Buff Currency Converter

Easily convert currencies on buff.163.com

Cos'è Buff Currency Converter?

Buff Currency Converter è un'estensione di Chrome sviluppata da ahmed-sohag, e la sua funzione principale è "Easily convert currencies on buff.163.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Buff Currency Converter

Scarica i file di estensione Buff Currency Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Don't you hate having to convert every price on buff.163.com? Well hate that no more, as with this solution we've solved the problem. It's VERY simple.

1. Install the extension
2. Click the Buff Currency icon in the extensions bar and choose the currency you want to convert to                    

Informazioni di Base sull'Estensione

Nome Buff Currency Converter Buff Currency Converter
ID ecnjcjbilnpjjnpjlfkoompbpehpbnbc
URL Ufficiale https://chromewebstore.google.com/detail/buff-currency-converter/ecnjcjbilnpjjnpjlfkoompbpehpbnbc
Descrizione Easily convert currencies on buff.163.com
Dimensione del File 23.63 KB
Conteggio Installazioni 20,000
Versione Corrente 1.0.6.1
Ultimo Aggiornamento 2023-09-21
Data di Pubblicazione 2021-03-31
Valutazione 4.20/5 Totale 15 Valutazioni
Sviluppatore ahmed-sohag
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/adjust-sound-video/home
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Buff Currency Converter",
    "description": "Easily convert currencies on buff.163.com",
    "version": "1.0.6.1",
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/buff.163.com\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Settings",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "assets\/buff_163_icon_16.png",
        "48": "assets\/buff_163_icon_48.png",
        "128": "assets\/buff_163_icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/buff.163.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/content.js"
            ]
        }
    ]
}