Buff Tools

This is an extension to convert price (yuanes) to usd / euro

Was ist Buff Tools?

Buff Tools ist eine Chrome-Erweiterung, die von Jorge Juárez entwickelt wurde, und ihr Hauptmerkmal ist "This is an extension to convert price (yuanes) to usd / euro".

Erweiterungsscreenshots

screenshot

Buff Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie Buff Tools-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

                        Introducing a new extension for Counter Strike players - the Yuan to Currency Converter! This extension allows players to easily convert Yuan to other currencies right within the game interface. With just a few clicks, you can convert your in-game purchases from Yuan to your preferred currency, making it easier to manage your expenses and track your spending. Say goodbye to the hassle of manually calculating currency conversions or struggling to keep track of your purchases in foreign currencies. Download the Yuan to Currency Converter extension today and take control of your in-game finances!                    

Grundlegende Informationen zur Erweiterung

Name Buff Tools Buff Tools
ID chchhndaehiakfjiefghpiiplcndpjlp
Offizielle URL https://chromewebstore.google.com/detail/buff-tools/chchhndaehiakfjiefghpiiplcndpjlp
Beschreibung This is an extension to convert price (yuanes) to usd / euro
Dateigröße 6.13 KB
Installationsanzahl 24
Aktuelle Version 1.0.1
Letztes Update 2023-04-20
Veröffentlichungsdatum 2023-04-17
Entwickler Jorge Juárez
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jorgeju4rez/buff_currency_converter
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Buff Tools",
    "version": "1.0.1",
    "description": "This is an extension to convert price (yuanes) to usd \/ euro",
    "manifest_version": 3,
    "author": "jorgeju4rez",
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "Buff Tools"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/buff.163.com\/*"
            ],
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "js\/script.js"
            ]
        }
    ]
}