DiscountReactor

DiscountReactor - promo codes, deals & sales

DiscountReactor란 무엇입니까?

DiscountReactor은(는) Bonspace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DiscountReactor - promo codes, deals & sales"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DiscountReactor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}