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
官方網址 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'"
}