CSFloat Buff

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

Qu'est-ce que CSFloat Buff ?

CSFloat Buff est une extension Chrome développée par Jerome, et sa fonction principale est "Shows buff pricing along with a %+- on all CSFloat listings".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CSFloat Buff

Téléchargez les fichiers d'extension CSFloat Buff au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CSFloat Buff CSFloat Buff
ID halnghhndfpnclklphacdbimfohglhig
URL Officiel https://chromewebstore.google.com/detail/csfloat-buff/halnghhndfpnclklphacdbimfohglhig
Description Shows buff pricing along with a %+- on all CSFloat listings
Taille du Fichier 5.01 KB
Nombre d'Installations 117
Version Actuelle 1.2
Dernière Mise à Jour 2024-01-25
Date de Publication 2023-08-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur Jerome
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}