Discount Code Finder

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

Discount Code Finder क्या है?

Discount Code Finder http://www.voucherhit.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically find discount codes for the sites you're visiting!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Discount Code Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Discount Code Finder Discount Code Finder
ID gphhbidkollbkiflljmlgkdafceahjcp
आधिकारिक URL https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp
विवरण Automatically find discount codes for the sites you're visiting!
फ़ाइल का आकार 45.31 KB
स्थापना संख्या 181
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-01-13
प्रकाशन तिथि 2017-01-13
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर http://www.voucherhit.co.uk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.voucherhit.co.uk
गोपनीयता नीति पृष्ठ URL http://www.discountcodehunter.co.uk/privacy.php
समर्थित भाषाएँ 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"
    }
}