CSFloat Buff
Shows buff pricing along with a %+- on all CSFloat listings
Vad är CSFloat Buff?
CSFloat Buff är en Chrome-tillägg utvecklad av Jerome, och dess huvudfunktion är "Shows buff pricing along with a %+- on all CSFloat listings".
Tilläggsskärmbilder
Ladda ner CSFloat Buff-förlängningens CRX-fil
Ladda ner CSFloat Buff-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | halnghhndfpnclklphacdbimfohglhig | 
| Officiell webbadress | https://chromewebstore.google.com/detail/csfloat-buff/halnghhndfpnclklphacdbimfohglhig | 
| Beskrivning | Shows buff pricing along with a %+- on all CSFloat listings | 
| Filstorlek | 5.01 KB | 
| Antal Installationer | 117 | 
| Aktuell Version | 1.2 | 
| Senast Uppdaterad | 2024-01-25 | 
| Publiceringsdatum | 2023-08-15 | 
| Betyg | 5.00/5 Totalt 3 Betyg | 
| Utvecklare | Jerome | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
        }
    ]
}  |  |