Pandabuy Currency Converter

Convert all currencies into a selected one.

Qu'est-ce que Pandabuy Currency Converter ?

Pandabuy Currency Converter est une extension Chrome développée par Angus Paillaugue, et sa fonction principale est "Convert all currencies into a selected one.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pandabuy Currency Converter

Téléchargez les fichiers d'extension Pandabuy Currency Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Pandabuy Currency Converter Pandabuy Currency Converter
ID bmefkfichlgfpmgdpkgkkebpdkfhbmnm
URL Officiel https://chromewebstore.google.com/detail/pandabuy-currency-convert/bmefkfichlgfpmgdpkgkkebpdkfhbmnm
Description Convert all currencies into a selected one.
Taille du Fichier 58.11 KB
Nombre d'Installations 730
Version Actuelle 2.1.1
Dernière Mise à Jour 2024-01-11
Date de Publication 2023-10-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur Angus Paillaugue
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pcc.paillaugue.fr
Langues Prises en Charge 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}"
        }
    }
}