Discount Code Finder

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

Co to jest Discount Code Finder?

Discount Code Finder to rozszerzenie Chrome opracowane przez http://www.voucherhit.co.uk, a jego główną funkcją jest „Automatically find discount codes for the sites you're visiting!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Discount Code Finder

Pobierz pliki rozszerzeń Discount Code Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Discount Code Finder Discount Code Finder
ID gphhbidkollbkiflljmlgkdafceahjcp
Oficjalny URL https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp
Opis Automatically find discount codes for the sites you're visiting!
Rozmiar pliku 45.31 KB
Liczba instalacji 181
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-01-13
Data Publikacji 2017-01-13
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper http://www.voucherhit.co.uk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.voucherhit.co.uk
Adres URL Strony Polityki Prywatności http://www.discountcodehunter.co.uk/privacy.php
Obsługiwane Języki 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"
    }
}