Buff Currency Converter

Easily convert currencies on buff.163.com

Buff Currency Converterとは何ですか?

Buff Currency Converterはahmed-sohagによって開発されたChromeの拡張機能で、その主な機能は「Easily convert currencies on buff.163.com」です。

拡張機能のスクリーンショット

screenshot
screenshot

Buff Currency Converter拡張機能のCRXファイルをダウンロード

Buff Currency Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Buff Currency Converter Buff Currency Converter
ID ecnjcjbilnpjjnpjlfkoompbpehpbnbc
公式URL https://chromewebstore.google.com/detail/buff-currency-converter/ecnjcjbilnpjjnpjlfkoompbpehpbnbc
説明 Easily convert currencies on buff.163.com
ファイルサイズ 23.63 KB
インストール数 20,000
現在のバージョン 1.0.6.1
最終更新日 2023-09-21
公開日 2021-03-31
評価 4.20/5 合計 15 レビュー
開発者 ahmed-sohag
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/adjust-sound-video/home
対応言語 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"
            ]
        }
    ]
}