DiscountReactor

DiscountReactor - promo codes, deals & sales

Was ist DiscountReactor?

DiscountReactor ist eine Chrome-Erweiterung, die von Bonspace entwickelt wurde, und ihr Hauptmerkmal ist "DiscountReactor - promo codes, deals & sales".

Erweiterungsscreenshots

screenshot
screenshot

DiscountReactor-Erweiterungs-CRX-Datei herunterladen

Laden Sie DiscountReactor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name DiscountReactor DiscountReactor
ID ljibnadjdpkpcedbpbcnmmemkodeeiof
Offizielle URL https://chromewebstore.google.com/detail/discountreactor/ljibnadjdpkpcedbpbcnmmemkodeeiof
Beschreibung DiscountReactor - promo codes, deals & sales
Dateigröße 130 KB
Installationsanzahl 231
Aktuelle Version 1.1.0
Letztes Update 2021-12-27
Veröffentlichungsdatum 2021-12-26
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Bonspace
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.discountreactor.com/
Hilfeseite URL https://www.discountreactor.com/faq
URL der Datenschutzrichtlinien-Seite https://www.bonspace.com/terms
Unterstützte Sprachen 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"
    }
}