Buff Currency Converter

Easily convert currencies on buff.163.com

Wat is Buff Currency Converter?

Buff Currency Converter is een Chrome-extensie ontwikkeld door ahmed-sohag, en de belangrijkste functie is "Easily convert currencies on buff.163.com".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Buff Currency Converter

Download Buff Currency Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Buff Currency Converter Buff Currency Converter
ID ecnjcjbilnpjjnpjlfkoompbpehpbnbc
Officiële URL https://chromewebstore.google.com/detail/buff-currency-converter/ecnjcjbilnpjjnpjlfkoompbpehpbnbc
Beschrijving Easily convert currencies on buff.163.com
Bestandsgrootte 23.63 KB
Aantal Installaties 20,000
Huidige Versie 1.0.6.1
Laatst Bijgewerkt 2023-09-21
Publicatiedatum 2021-03-31
Beoordeling 4.20/5 Totaal 15 Beoordelingen
Ontwikkelaar ahmed-sohag
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/adjust-sound-video/home
Ondersteunde Talen 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"
            ]
        }
    ]
}