Deal Seeker By TopVouchersCode

Deal Seeker automatically find and apply voucher codes when you shop online

Deal Seeker By TopVouchersCode क्या है?

Deal Seeker By TopVouchersCode https://www.topvoucherscode.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Deal Seeker automatically find and apply voucher codes when you shop online"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Deal Seeker extension by Top Vouchers Code, helps you get the best discounts and Vouchers from all your favorite shopping websites with merely a single click.

How It Works 
-Visit your favorite brands website, and add products to cart.
-Click and apply the top discount code & get your total order amount reduced.

©The Deal Seeker extension by Top Vouchers Code.                    

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

नाम Deal Seeker By TopVouchersCode Deal Seeker By TopVouchersCode
ID bhdaglkclfmpgfggcppncdkahjnlimcj
आधिकारिक URL https://chromewebstore.google.com/detail/deal-seeker-by-topvoucher/bhdaglkclfmpgfggcppncdkahjnlimcj
विवरण Deal Seeker automatically find and apply voucher codes when you shop online
फ़ाइल का आकार 1.6 MB
स्थापना संख्या 258
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-10-05
प्रकाशन तिथि 2020-07-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.topvoucherscode.co.uk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.topvoucherscode.co.uk
सहायता पृष्ठ URL https://www.topvoucherscode.co.uk/deal-seeker
गोपनीयता नीति पृष्ठ URL https://www.topvoucherscode.co.uk/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deal Seeker By TopVouchersCode",
    "description": "Deal Seeker automatically find and apply voucher codes when you shop online ",
    "version": "1.2",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "web_accessible_resources": [
        "\/assets\/images\/home.png",
        "\/assets\/images\/search.png",
        "\/assets\/images\/logo.png",
        "assets\/images\/headerlogo.png",
        "\/assets\/images\/close.png",
        "\/assets\/images\/popup-icon.png",
        "\/assets\/images\/view-term.png",
        "\/assets\/images\/check.png",
        "\/assets\/images\/coupon-icon.png",
        "\/assets\/images\/coupons-found.png",
        "\/assets\/images\/Coupon-not-found.png",
        "\/assets\/images\/user-icon.png",
        "\/assets\/images\/gear2.png",
        "\/assets\/images\/tvc-app-bg.jpg",
        "\/assets\/images\/favicon.png",
        "\/assets\/images\/gear.png",
        "\/assets\/images\/welcome.png",
        "\/assets\/images\/imagessaved.png",
        "\/assets\/images\/search-icon.png",
        "\/assets\/images\/wedntsupport.png",
        "\/assets\/images\/f.png",
        "\/assets\/images\/t.png",
        "\/poppins-medium.woff2",
        "\/poppins-regular.woff2",
        "\/poppins-semibold.woff2",
        "\/sidebar_import.css"
    ],
    "page_action": {
        "default_icon": "128x128.png",
        "default_title": "TVC"
    },
    "background": {
        "background_page": "background.html",
        "scripts": [
            "eventPage.js",
            "jq.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jq.min.js",
                "content.js",
                "sidebar.js"
            ]
        }
    ],
    "permissions": [
        "background",
        "tabs",
        "webNavigation",
        "*:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}