Deal Seeker By TopVouchersCode

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

Cos'è Deal Seeker By TopVouchersCode?

Deal Seeker By TopVouchersCode è un'estensione di Chrome sviluppata da https://www.topvoucherscode.co.uk, e la sua funzione principale è "Deal Seeker automatically find and apply voucher codes when you shop online".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Deal Seeker By TopVouchersCode

Scarica i file di estensione Deal Seeker By TopVouchersCode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Deal Seeker By TopVouchersCode Deal Seeker By TopVouchersCode
ID bhdaglkclfmpgfggcppncdkahjnlimcj
URL Ufficiale https://chromewebstore.google.com/detail/deal-seeker-by-topvoucher/bhdaglkclfmpgfggcppncdkahjnlimcj
Descrizione Deal Seeker automatically find and apply voucher codes when you shop online
Dimensione del File 1.6 MB
Conteggio Installazioni 258
Versione Corrente 1.2
Ultimo Aggiornamento 2020-10-05
Data di Pubblicazione 2020-07-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.topvoucherscode.co.uk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.topvoucherscode.co.uk
URL della Pagina di Aiuto https://www.topvoucherscode.co.uk/deal-seeker
URL della Pagina della Politica sulla Privacy https://www.topvoucherscode.co.uk/privacy-policy
Lingue Supportate 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:\/\/*\/"
    ]
}