DiscountReactor

DiscountReactor - promo codes, deals & sales

Co to jest DiscountReactor?

DiscountReactor to rozszerzenie Chrome opracowane przez Bonspace, a jego główną funkcją jest „DiscountReactor - promo codes, deals & sales”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia DiscountReactor

Pobierz pliki rozszerzeń DiscountReactor 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 your time and money on your purchases online with DiscountReactor.

The DiscountReactor extension is an easy and fast way to find a promo code for a needed discount and save on purchases. The app shows available promo codes and offers to use them when buying at an online store. Presently, discounts for more than 6,000 stores are available in the extension. 

Advantages:
save your time when choosing promo codes and discounts;
simple in downloading and using;
completely free;
absolutely transparency, no hidden installations, transitions, and other tricks;
exclusive offers.

Do you have any problems or still have questions? Write to us …

We appreciate your time and money
DiscountReactor team                    

Podstawowe informacje o rozszerzeniu

Nazwa DiscountReactor DiscountReactor
ID ljibnadjdpkpcedbpbcnmmemkodeeiof
Oficjalny URL https://chromewebstore.google.com/detail/discountreactor/ljibnadjdpkpcedbpbcnmmemkodeeiof
Opis DiscountReactor - promo codes, deals & sales
Rozmiar pliku 130 KB
Liczba instalacji 231
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2021-12-27
Data Publikacji 2021-12-26
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Bonspace
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.discountreactor.com/
Adres URL Strony Pomocy https://www.discountreactor.com/faq
Adres URL Strony Polityki Prywatności https://www.bonspace.com/terms
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DiscountReactor",
    "version": "1.1.0",
    "description": "DiscountReactor - promo codes, deals & sales",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/dr-icon48.png",
        "default_popup": "popup.html",
        "default_title": "DiscountReactor"
    },
    "icons": {
        "16": "img\/dr-icon16.png",
        "24": "img\/dr-icon24.png",
        "32": "img\/dr-icon32.png",
        "48": "img\/dr-icon48.png",
        "128": "img\/dr-icon128.png",
        "256": "img\/dr-icon256.png"
    }
}