CSfloat | Buff Comparison
Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!
What is CSfloat | Buff Comparison?
CSfloat | Buff Comparison is a Chrome extension developed by https://steammarketmaster.com, and its main feature is "Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!".
Extension Screenshots
Download CSfloat | Buff Comparison Extension CRX File
Download CSfloat | Buff Comparison extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Gain deeper market data with this extension, in a compact and lightweight form! PROS: -buff item listing button on items -detailed information on buff lowest listing items, (float, usd and yuan pricing) -no login required -buff item inspect url (no login needed) -cny to usd price exchange rate updates every 10 hours (fresh exchange rate pricing to maximize accuracy). -clean, lightweight, design, decent ui (in my opinion). CONS: -currently cant do anything with stickers, cases, or packages (starting to add backend support) -(currently) impossible to display specific float/pattern/phase pricing from buff. please contact me on discord for questions or suggestions: orange.monkey.
Extension Basic Information
Name | CSfloat | Buff Comparison |
ID | ofibniikodenocpbfimigekcbmgncdkb |
Official URL | https://chromewebstore.google.com/detail/csfloat-buff-comparison/ofibniikodenocpbfimigekcbmgncdkb |
Description | Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat! |
File Size | 10.16 KB |
Installation Count | 26 |
Current Version | 1.0 |
Last Updated | 2023-12-02 |
Publish Date | 2023-08-18 |
Developer | https://steammarketmaster.com |
[email protected] | |
Payment Type | free |
Extension Website | https://steammarketmaster.com |
Help Page URL | https://steammarketmaster.com/contact |
Privacy Policy Page URL | https://steammarketmaster.com/contact.php |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSfloat | Buff Comparison", "version": "1.0", "description": "Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!", "host_permissions": [ "https:\/\/api.steammarketmaster.com\/api\/scrape", "https:\/\/api.steammarketmaster.com\/api\/buffScrape" ], "content_scripts": [ { "matches": [ "https:\/\/csfloat.com\/*" ], "js": [ "content_script.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/iconbuff.png" ], "matches": [ "https:\/\/csfloat.com\/*" ] } ], "action": { "default_popup": "popup.html" } } |