Discount Code Finder

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

Vad är Discount Code Finder?

Discount Code Finder är en Chrome-tillägg utvecklad av http://www.voucherhit.co.uk, och dess huvudfunktion är "Automatically find discount codes for the sites you're visiting!".

Tilläggsskärmbilder

screenshot

Ladda ner Discount Code Finder-förlängningens CRX-fil

Ladda ner Discount Code Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Discount Code Finder Discount Code Finder
ID gphhbidkollbkiflljmlgkdafceahjcp
Officiell webbadress https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp
Beskrivning Automatically find discount codes for the sites you're visiting!
Filstorlek 45.31 KB
Antal Installationer 181
Aktuell Version 1.1
Senast Uppdaterad 2017-01-13
Publiceringsdatum 2017-01-13
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare http://www.voucherhit.co.uk
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.voucherhit.co.uk
URL till Sekretesspolicy Sidan http://www.discountcodehunter.co.uk/privacy.php
Stödda Språk 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"
    }
}