Buff Tools

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

Hvad er Buff Tools?

Buff Tools er en Chrome-udvidelse udviklet af Jorge Juárez, og dens hovedfunktion er "This is an extension to convert price (yuanes) to usd / euro".

Udvidelsesskærmbilleder

screenshot

Download Buff Tools-udvidelses-CRX-fil

Download Buff Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Buff Tools Buff Tools
ID chchhndaehiakfjiefghpiiplcndpjlp
Officiel URL https://chromewebstore.google.com/detail/buff-tools/chchhndaehiakfjiefghpiiplcndpjlp
Beskrivelse This is an extension to convert price (yuanes) to usd / euro
Filstørrelse 6.13 KB
Antal Installationer 24
Nuværende Version 1.0.1
Senest Opdateret 2023-04-20
Udgivelsesdato 2023-04-17
Udvikler Jorge Juárez
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/jorgeju4rez/buff_currency_converter
Understøttede Sprog 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"
            ]
        }
    ]
}