Discount Code Finder

Automatically find discount codes for the sites you're visiting!

Что такое Discount Code Finder?

Discount Code Finder - это расширение Chrome, разработанное http://www.voucherhit.co.uk, и его основная функция - "Automatically find discount codes for the sites you're visiting!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Discount Code Finder

Скачайте файлы расширений Discount Code Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Visit the stores you love and find great discount codes and deals automatically from Chrome!                    

Основная информация о расширении

Название Discount Code Finder Discount Code Finder
ID gphhbidkollbkiflljmlgkdafceahjcp
Официальный URL https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp
Описание Automatically find discount codes for the sites you're visiting!
Размер файла 45.31 KB
Количество установок 181
Текущая Версия 1.1
Последнее Обновление 2017-01-13
Дата публикации 2017-01-13
Рейтинг 4.00/5 Всего 1 оценок
Разработчик http://www.voucherhit.co.uk
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.voucherhit.co.uk
URL страницы политики конфиденциальности http://www.discountcodehunter.co.uk/privacy.php
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discount Code Finder",
    "description": "Automatically find discount codes for the sites you're visiting!",
    "version": "1.1",
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "page_action": {
        "default_title": "DealFeed",
        "default_popup": "popup.html"
    }
}