Buff Currency Converter

Easily convert currencies on buff.163.com

Vad är Buff Currency Converter?

Buff Currency Converter är en Chrome-tillägg utvecklad av ahmed-sohag, och dess huvudfunktion är "Easily convert currencies on buff.163.com".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Buff Currency Converter-förlängningens CRX-fil

Ladda ner Buff Currency Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Buff Currency Converter Buff Currency Converter
ID ecnjcjbilnpjjnpjlfkoompbpehpbnbc
Officiell webbadress https://chromewebstore.google.com/detail/buff-currency-converter/ecnjcjbilnpjjnpjlfkoompbpehpbnbc
Beskrivning Easily convert currencies on buff.163.com
Filstorlek 23.63 KB
Antal Installationer 20,000
Aktuell Version 1.0.6.1
Senast Uppdaterad 2023-09-21
Publiceringsdatum 2021-03-31
Betyg 4.20/5 Totalt 15 Betyg
Utvecklare ahmed-sohag
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/adjust-sound-video/home
Stödda Språk 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"
            ]
        }
    ]
}