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