CSFloat Buff

Shows buff pricing along with a %+- on all CSFloat listings

What is CSFloat Buff?

CSFloat Buff is a Chrome extension developed by Jerome, and its main feature is "Shows buff pricing along with a %+- on all CSFloat listings".

Extension Screenshots

screenshot

Download CSFloat Buff Extension CRX File

Download CSFloat Buff 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

                        Shows Buff 163 lowest listing prices on CSFloat listings, helping you understand if an item is a good deal or not. All prices are obtained via https://skin.broker                    

Extension Basic Information

Name CSFloat Buff CSFloat Buff
ID halnghhndfpnclklphacdbimfohglhig
Official URL https://chromewebstore.google.com/detail/csfloat-buff/halnghhndfpnclklphacdbimfohglhig
Description Shows buff pricing along with a %+- on all CSFloat listings
File Size 5.01 KB
Installation Count 117
Current Version 1.2
Last Updated 2024-01-25
Publish Date 2023-08-15
Rating 5.00/5 Total 3 Ratings
Developer Jerome
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSFloat Buff",
    "description": "Shows buff pricing along with a %+- on all CSFloat listings",
    "version": "1.2",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/csfloat.com\/*"
            ],
            "js": [
                ".\/js\/app.js"
            ],
            "match_origin_as_fallback": false,
            "match_about_blank": false,
            "run_at": "document_idle",
            "world": "MAIN"
        }
    ]
}