DiscountReactor

DiscountReactor - promo codes, deals & sales

DiscountReactor là gì?

DiscountReactor là một tiện ích mở rộng Chrome được phát triển bởi Bonspace, và tính năng chính của nó là "DiscountReactor - promo codes, deals & sales".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DiscountReactor

Tải xuống các tệp mở rộng DiscountReactor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DiscountReactor DiscountReactor
ID ljibnadjdpkpcedbpbcnmmemkodeeiof
URL Chính Thức https://chromewebstore.google.com/detail/discountreactor/ljibnadjdpkpcedbpbcnmmemkodeeiof
Mô tả DiscountReactor - promo codes, deals & sales
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 231
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-12-27
Ngày Phát Hành 2021-12-26
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Bonspace
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.discountreactor.com/
URL Trang Trợ Giúp https://www.discountreactor.com/faq
URL Trang Chính Sách Bảo Mật https://www.bonspace.com/terms
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}