Pandabuy Currency Converter

Convert all currencies into a selected one.

Was ist Pandabuy Currency Converter?

Pandabuy Currency Converter ist eine Chrome-Erweiterung, die von Angus Paillaugue entwickelt wurde, und ihr Hauptmerkmal ist "Convert all currencies into a selected one.".

Erweiterungsscreenshots

screenshot
screenshot

Pandabuy Currency Converter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pandabuy Currency Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Pandabuy Currency Converter Pandabuy Currency Converter
ID bmefkfichlgfpmgdpkgkkebpdkfhbmnm
Offizielle URL https://chromewebstore.google.com/detail/pandabuy-currency-convert/bmefkfichlgfpmgdpkgkkebpdkfhbmnm
Beschreibung Convert all currencies into a selected one.
Dateigröße 58.11 KB
Installationsanzahl 730
Aktuelle Version 2.1.1
Letztes Update 2024-01-11
Veröffentlichungsdatum 2023-10-08
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Angus Paillaugue
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pcc.paillaugue.fr
Unterstützte Sprachen 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}"
        }
    }
}