Best of Discount

Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!

Qu'est-ce que Best of Discount ?

Best of Discount est une extension Chrome développée par https://www.gadevo.com, et sa fonction principale est "Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Best of Discount

Téléchargez les fichiers d'extension Best of Discount 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

                        Save with online rebates, deals, promo codes and discounts on more than 2,000 stores!                    

Informations de Base sur l'Extension

Nom Best of Discount Best of Discount
ID oklmkfnfobkkjldbkcdmpjbkgcmeomjk
URL Officiel https://chromewebstore.google.com/detail/best-of-discount/oklmkfnfobkkjldbkcdmpjbkgcmeomjk
Description Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!
Taille du Fichier 1.14 MB
Nombre d'Installations 385
Version Actuelle 4.2
Dernière Mise à Jour 2021-01-29
Date de Publication 2018-07-11
Évaluation 4.67/5 Total 6 Évaluations
Développeur https://www.gadevo.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.gadevo.com/plugin
URL de la Page d'Aide https://www.gadevo.com/faq
URL de la Page de Politique de Confidentialité https://www.ganhedevolta.com.br/politica-de-privacidade
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "19": "images\/gadevo-19.png",
        "38": "images\/gadevo-38.png",
        "48": "images\/gadevo-48.png",
        "128": "images\/gadevo-128.png",
        "196": "images\/gadevo-196.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "notifications",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/gadevo-19.png",
            "38": "images\/gadevo-38.png",
            "48": "images\/gadevo-48.png",
            "128": "images\/gadevo-128.png",
            "196": "images\/gadevo-196.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "js\/jquery-3.2.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}