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!

Was ist Best of Discount?

Best of Discount ist eine Chrome-Erweiterung, die von https://www.gadevo.com entwickelt wurde, und ihr Hauptmerkmal ist "Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Best of Discount-Erweiterungs-CRX-Datei herunterladen

Laden Sie Best of Discount-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Best of Discount Best of Discount
ID oklmkfnfobkkjldbkcdmpjbkgcmeomjk
Offizielle URL https://chromewebstore.google.com/detail/best-of-discount/oklmkfnfobkkjldbkcdmpjbkgcmeomjk
Beschreibung Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!
Dateigröße 1.14 MB
Installationsanzahl 385
Aktuelle Version 4.2
Letztes Update 2021-01-29
Veröffentlichungsdatum 2018-07-11
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler https://www.gadevo.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.gadevo.com/plugin
Hilfeseite URL https://www.gadevo.com/faq
URL der Datenschutzrichtlinien-Seite https://www.ganhedevolta.com.br/politica-de-privacidade
Unterstützte Sprachen 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'"
}