CSFloat has an extension for Firefox/Chrome that lets you fetch floats directly from the market page! You can view the source code for the extensions here!
Chrome Store Link [v3+]
Firefox Add-ons Link [v2.4.3]1
1 Firefox doesn't currently support Manifest v3, it is on v2.4.3 until support is added.
- Allows you to retrieve the float, paint seed, and float rank of any market or inventory item
- Allows you to fetch the 3D model and screenshot of the item directly on the page
- Fetches all floats on the page quickly and automatically on page load
- User-definable filters to highlight items with low floats or certain paint seeds
- Shows market item stickers at a glance and their wear
- Change the amount of items on the page up to 100
- Shows when trade holds expire for items in any Steam inventory
Please see src/
for an overview of how the extension works and underlying tech. Contributions are welcome!
npm install
npm run build
The resultant build will be in the dist/
directory.
Note: You can also use npm run build_ff
for Firefox
npm install
npm run start
Load the dist/
directory as a temporary extension in Chrome. Code changes will automatically trigger a re-build.
Note: You can also use npm run start_ff
for Firefox
See Releases for release notes.