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 là gì?

Best of Discount là một tiện ích mở rộng Chrome được phát triển bởi https://www.gadevo.com, và tính năng chính của nó là "Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Best of Discount

Tải xuống các tệp mở rộng Best of Discount dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Best of Discount Best of Discount
ID oklmkfnfobkkjldbkcdmpjbkgcmeomjk
URL Chính Thức https://chromewebstore.google.com/detail/best-of-discount/oklmkfnfobkkjldbkcdmpjbkgcmeomjk
Mô tả Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 385
Phiên Bản Hiện Tại 4.2
Cập Nhật Lần Cuối 2021-01-29
Ngày Phát Hành 2018-07-11
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.gadevo.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.gadevo.com/plugin
URL Trang Trợ Giúp https://www.gadevo.com/faq
URL Trang Chính Sách Bảo Mật https://www.ganhedevolta.com.br/politica-de-privacidade
Ngôn Ngữ Được Hỗ Trợ 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'"
}