Pandabuy Currency Converter

Convert all currencies into a selected one.

Pandabuy Currency Converterとは何ですか?

Pandabuy Currency ConverterはAngus Paillaugueによって開発されたChromeの拡張機能で、その主な機能は「Convert all currencies into a selected one.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Enhance your PandaBuy website shopping experience with PCC! This versatile Chrome extension automates currency conversion, customizes Yuppo.com, and seamlessly connects you to PandaBuy. Say goodbye to manual conversions, enjoy clutter-free Yuppo.com, and effortlessly browse Chinese marketplaces. Shop smarter with PCC today!                    

拡張機能の基本情報

名前 Pandabuy Currency Converter Pandabuy Currency Converter
ID bmefkfichlgfpmgdpkgkkebpdkfhbmnm
公式URL https://chromewebstore.google.com/detail/pandabuy-currency-convert/bmefkfichlgfpmgdpkgkkebpdkfhbmnm
説明 Convert all currencies into a selected one.
ファイルサイズ 58.11 KB
インストール数 730
現在のバージョン 2.1.1
最終更新日 2024-01-11
公開日 2023-10-08
評価 5.00/5 合計 3 レビュー
開発者 Angus Paillaugue
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pcc.paillaugue.fr
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pandabuy Currency Converter",
    "description": "Convert all currencies into a selected one.",
    "version": "2.1.1",
    "update_notes": "The PCC extension is now free. Enjoy!",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/16-icon.png",
            "32": "icons\/32-icon.png"
        }
    },
    "icons": {
        "16": "icons\/16-icon.png",
        "32": "icons\/32-icon.png",
        "48": "icons\/48-icon.png",
        "128": "icons\/128-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pandabuy.com\/*",
                "*:\/\/*.yupoo.com\/*",
                "*:\/\/*.weidian.com\/*",
                "*:\/\/weidian.com\/*",
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.reddit.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "currencies.json",
                "src\/dark-theme.css",
                "src\/Screamer.webp"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{b60b8911-e938-40b1-825b-672152eb48a1}"
        }
    }
}