Discount Code Finder

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

What is Discount Code Finder?

Discount Code Finder is a Chrome extension developed by http://www.voucherhit.co.uk, and its main feature is "Automatically find discount codes for the sites you're visiting!".

Extension Screenshots

screenshot

Download Discount Code Finder Extension CRX File

Download Discount Code Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Discount Code Finder Discount Code Finder
ID gphhbidkollbkiflljmlgkdafceahjcp
Official URL https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp
Description Automatically find discount codes for the sites you're visiting!
File Size 45.31 KB
Installation Count 181
Current Version 1.1
Last Updated 2017-01-13
Publish Date 2017-01-13
Rating 4.00/5 Total 1 Ratings
Developer http://www.voucherhit.co.uk
Email [email protected]
Payment Type free
Extension Website http://www.voucherhit.co.uk
Privacy Policy Page URL http://www.discountcodehunter.co.uk/privacy.php
Supported Languages 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"
    }
}