DiscountReactor

DiscountReactor - promo codes, deals & sales

What is DiscountReactor?

DiscountReactor is a Chrome extension developed by Bonspace, and its main feature is "DiscountReactor - promo codes, deals & sales".

Extension Screenshots

screenshot
screenshot

Download DiscountReactor Extension CRX File

Download DiscountReactor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name DiscountReactor DiscountReactor
ID ljibnadjdpkpcedbpbcnmmemkodeeiof
Official URL https://chromewebstore.google.com/detail/discountreactor/ljibnadjdpkpcedbpbcnmmemkodeeiof
Description DiscountReactor - promo codes, deals & sales
File Size 130 KB
Installation Count 231
Current Version 1.1.0
Last Updated 2021-12-27
Publish Date 2021-12-26
Rating 5.00/5 Total 4 Ratings
Developer Bonspace
Email [email protected]
Payment Type free
Extension Website https://www.discountreactor.com/
Help Page URL https://www.discountreactor.com/faq
Privacy Policy Page URL https://www.bonspace.com/terms
Supported Languages 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"
    }
}