DiscountReactor

DiscountReactor - promo codes, deals & sales

DiscountReactorคืออะไร?

DiscountReactor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bonspace และคุณลักษณะหลักของมันคือ "DiscountReactor - promo codes, deals & sales"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DiscountReactor

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}