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
电子邮箱 [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}"
        }
    }
}