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!

Co to jest Best of Discount?

Best of Discount to rozszerzenie Chrome opracowane przez https://www.gadevo.com, a jego główną funkcją jest „Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Best of Discount

Pobierz pliki rozszerzeń Best of Discount w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Best of Discount Best of Discount
ID oklmkfnfobkkjldbkcdmpjbkgcmeomjk
Oficjalny URL https://chromewebstore.google.com/detail/best-of-discount/oklmkfnfobkkjldbkcdmpjbkgcmeomjk
Opis Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!
Rozmiar pliku 1.14 MB
Liczba instalacji 385
Aktualna Wersja 4.2
Ostatnia Aktualizacja 2021-01-29
Data Publikacji 2018-07-11
Ocena 4.67/5 Łącznie 6 Oceny
Deweloper https://www.gadevo.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.gadevo.com/plugin
Adres URL Strony Pomocy https://www.gadevo.com/faq
Adres URL Strony Polityki Prywatności https://www.ganhedevolta.com.br/politica-de-privacidade
Obsługiwane Języki 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'"
}