CSFloat Buff
Shows buff pricing along with a %+- on all CSFloat listings
Was ist CSFloat Buff?
CSFloat Buff ist eine Chrome-Erweiterung, die von Jerome entwickelt wurde, und ihr Hauptmerkmal ist "Shows buff pricing along with a %+- on all CSFloat listings".
Erweiterungsscreenshots
CSFloat Buff-Erweiterungs-CRX-Datei herunterladen
Laden Sie CSFloat Buff-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | halnghhndfpnclklphacdbimfohglhig | 
| Offizielle URL | https://chromewebstore.google.com/detail/csfloat-buff/halnghhndfpnclklphacdbimfohglhig | 
| Beschreibung | Shows buff pricing along with a %+- on all CSFloat listings | 
| Dateigröße | 5.01 KB | 
| Installationsanzahl | 117 | 
| Aktuelle Version | 1.2 | 
| Letztes Update | 2024-01-25 | 
| Veröffentlichungsdatum | 2023-08-15 | 
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen | 
| Entwickler | Jerome | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
        }
    ]
}  |  |