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!

什么是Best of Discount?

Best of Discount是由https://www.gadevo.com开发的Chrome扩展程序,该扩展的主要功能是“Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!”。

扩展截图

screenshot
screenshot
screenshot

下载Best of Discount扩展crx文件

下载Best of Discount扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Best of Discount Best of Discount
ID oklmkfnfobkkjldbkcdmpjbkgcmeomjk
官方URL https://chromewebstore.google.com/detail/best-of-discount/oklmkfnfobkkjldbkcdmpjbkgcmeomjk
简介 Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!
文件大小 1.14 MB
安装次数 385
当前版本 4.2
更新时间 2021-01-29
上架时间 2018-07-11
评分 4.67/5 共6次评分
开发者 https://www.gadevo.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gadevo.com/plugin
帮助页面URL https://www.gadevo.com/faq
隐私政策页面URL https://www.ganhedevolta.com.br/politica-de-privacidade
支持的语言 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'"
}