CSFloat price to Buff price

Check price of any CSFloat offers on Buff163.

Qu'est-ce que CSFloat price to Buff price ?

CSFloat price to Buff price est une extension Chrome développée par thebycop, et sa fonction principale est "Check price of any CSFloat offers on Buff163.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension CSFloat price to Buff price 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

                        This extension will allow you to compare the price of any CSFloat offer with the Buff163 price.

This extension is open-source and available on github for selfhosting: 
https://github.com/bycop/csfloat-buff-checker

Don't hesitate to contribute to the project, leave a star or follow on github                    

Informations de Base sur l'Extension

Nom CSFloat price to Buff price CSFloat price to Buff price
ID lfgejbipklggolmlfkmopkbjjakiljpg
URL Officiel https://chromewebstore.google.com/detail/csfloat-price-to-buff-pri/lfgejbipklggolmlfkmopkbjjakiljpg
Description Check price of any CSFloat offers on Buff163.
Taille du Fichier 510 KB
Nombre d'Installations 828
Version Actuelle 1.5
Dernière Mise à Jour 2023-09-30
Date de Publication 2023-08-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur thebycop
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/bycop
URL de la Page d'Aide https://github.com/bycop/csfloat-buff-checker
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSFloat price to Buff price",
    "version": "1.5",
    "description": "Check price of any CSFloat offers on Buff163.",
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "action": {
        "default_title": "Like this project ? Click me"
    },
    "host_permissions": [
        "https:\/\/csfloat.com\/*",
        "https:\/\/api.steaminventoryhelper.com\/*",
        "https:\/\/github.com\/bycop"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/csfloat.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/api.steaminventoryhelper.com\/*",
            "https:\/\/github.com\/bycop"
        ]
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}