Discount Code Finder

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

Wat is Discount Code Finder?

Discount Code Finder is een Chrome-extensie ontwikkeld door http://www.voucherhit.co.uk, en de belangrijkste functie is "Automatically find discount codes for the sites you're visiting!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Discount Code Finder

Download Discount Code Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Discount Code Finder Discount Code Finder
ID gphhbidkollbkiflljmlgkdafceahjcp
Officiële URL https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp
Beschrijving Automatically find discount codes for the sites you're visiting!
Bestandsgrootte 45.31 KB
Aantal Installaties 181
Huidige Versie 1.1
Laatst Bijgewerkt 2017-01-13
Publicatiedatum 2017-01-13
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.voucherhit.co.uk
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.voucherhit.co.uk
URL van de Privacybeleid Pagina http://www.discountcodehunter.co.uk/privacy.php
Ondersteunde Talen 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"
    }
}