DiscountReactor

DiscountReactor - promo codes, deals & sales

什么是DiscountReactor?

DiscountReactor是由Bonspace开发的Chrome扩展程序,该扩展的主要功能是“DiscountReactor - promo codes, deals & sales”。

扩展截图

screenshot
screenshot

下载DiscountReactor扩展crx文件

下载DiscountReactor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 DiscountReactor DiscountReactor
ID ljibnadjdpkpcedbpbcnmmemkodeeiof
官方URL https://chromewebstore.google.com/detail/discountreactor/ljibnadjdpkpcedbpbcnmmemkodeeiof
简介 DiscountReactor - promo codes, deals & sales
文件大小 130 KB
安装次数 231
当前版本 1.1.0
更新时间 2021-12-27
上架时间 2021-12-26
评分 5.00/5 共4次评分
开发者 Bonspace
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.discountreactor.com/
帮助页面URL https://www.discountreactor.com/faq
隐私政策页面URL https://www.bonspace.com/terms
支持的语言 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"
    }
}