Discount Code Finder

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

Cos'è Discount Code Finder?

Discount Code Finder è un'estensione di Chrome sviluppata da http://www.voucherhit.co.uk, e la sua funzione principale è "Automatically find discount codes for the sites you're visiting!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Discount Code Finder

Scarica i file di estensione Discount Code Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Discount Code Finder Discount Code Finder
ID gphhbidkollbkiflljmlgkdafceahjcp
URL Ufficiale https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp
Descrizione Automatically find discount codes for the sites you're visiting!
Dimensione del File 45.31 KB
Conteggio Installazioni 181
Versione Corrente 1.1
Ultimo Aggiornamento 2017-01-13
Data di Pubblicazione 2017-01-13
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore http://www.voucherhit.co.uk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.voucherhit.co.uk
URL della Pagina della Politica sulla Privacy http://www.discountcodehunter.co.uk/privacy.php
Lingue Supportate 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"
    }
}