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
Eメール [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'"
}