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!

What is Best of Discount?

Best of Discount is a Chrome extension developed by https://www.gadevo.com, and its main feature is "Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Best of Discount Extension CRX File

Download Best of Discount extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Best of Discount Best of Discount
ID oklmkfnfobkkjldbkcdmpjbkgcmeomjk
Official URL 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!
File Size 1.14 MB
Installation Count 385
Current Version 4.2
Last Updated 2021-01-29
Publish Date 2018-07-11
Rating 4.67/5 Total 6 Ratings
Developer https://www.gadevo.com
Email [email protected]
Payment Type free
Extension Website https://www.gadevo.com/plugin
Help Page URL https://www.gadevo.com/faq
Privacy Policy Page URL https://www.ganhedevolta.com.br/politica-de-privacidade
Supported Languages 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'"
}