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!

Hvad er Best of Discount?

Best of Discount er en Chrome-udvidelse udviklet af https://www.gadevo.com, og dens hovedfunktion er "Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Best of Discount-udvidelses-CRX-fil

Download Best of Discount-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Best of Discount Best of Discount
ID oklmkfnfobkkjldbkcdmpjbkgcmeomjk
Officiel URL https://chromewebstore.google.com/detail/best-of-discount/oklmkfnfobkkjldbkcdmpjbkgcmeomjk
Beskrivelse Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!
Filstørrelse 1.14 MB
Antal Installationer 385
Nuværende Version 4.2
Senest Opdateret 2021-01-29
Udgivelsesdato 2018-07-11
Bedømmelse 4.67/5 Samlet 6 Bedømmelser
Udvikler https://www.gadevo.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.gadevo.com/plugin
Hjælpeside-URL https://www.gadevo.com/faq
URL til Fortrolighedspolitik Side https://www.ganhedevolta.com.br/politica-de-privacidade
Understøttede Sprog 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'"
}