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!

Wat is Best of Discount?

Best of Discount is een Chrome-extensie ontwikkeld door https://www.gadevo.com, en de belangrijkste functie is "Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Best of Discount

Download Best of Discount-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Best of Discount Best of Discount
ID oklmkfnfobkkjldbkcdmpjbkgcmeomjk
Officiële URL https://chromewebstore.google.com/detail/best-of-discount/oklmkfnfobkkjldbkcdmpjbkgcmeomjk
Beschrijving Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!
Bestandsgrootte 1.14 MB
Aantal Installaties 385
Huidige Versie 4.2
Laatst Bijgewerkt 2021-01-29
Publicatiedatum 2018-07-11
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar https://www.gadevo.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.gadevo.com/plugin
Help Pagina-URL https://www.gadevo.com/faq
URL van de Privacybeleid Pagina https://www.ganhedevolta.com.br/politica-de-privacidade
Ondersteunde Talen 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'"
}