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!

Cos'è Best of Discount?

Best of Discount è un'estensione di Chrome sviluppata da https://www.gadevo.com, e la sua funzione principale è "Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Best of Discount

Scarica i file di estensione Best of Discount in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Best of Discount Best of Discount
ID oklmkfnfobkkjldbkcdmpjbkgcmeomjk
URL Ufficiale https://chromewebstore.google.com/detail/best-of-discount/oklmkfnfobkkjldbkcdmpjbkgcmeomjk
Descrizione Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!
Dimensione del File 1.14 MB
Conteggio Installazioni 385
Versione Corrente 4.2
Ultimo Aggiornamento 2021-01-29
Data di Pubblicazione 2018-07-11
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore https://www.gadevo.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.gadevo.com/plugin
URL della Pagina di Aiuto https://www.gadevo.com/faq
URL della Pagina della Politica sulla Privacy https://www.ganhedevolta.com.br/politica-de-privacidade
Lingue Supportate 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'"
}