Coupon Code Unhider

Coupon Code Unhider reveals hidden coupon codes automatically without any clicks.

Vad är Coupon Code Unhider?

Coupon Code Unhider är en Chrome-tillägg utvecklad av Coupon Code Unhider, och dess huvudfunktion är "Coupon Code Unhider reveals hidden coupon codes automatically without any clicks.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Coupon Code Unhider-förlängningens CRX-fil

Ladda ner Coupon Code Unhider-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

                        Are you tired of clicking "Show Coupon Code" buttons?
Do endless opening tabs annoy you?

How the extension works: you visit one of the supported coupon-sites and you see all coupon codes at once. No need for clicks to show coupon codes. Simple like that.

Currently supported:
- DealHack.com
- GoodSearch.org
- GoodShop.com
- JoinHoney.com
- RetailMeNot.com
- SlickDeals.net

Privacy policy: no data are collected for now.
GitHub: https://github.com/aptash/coupon-code-unhider                    

Grundläggande Information om Tillägg

Namn Coupon Code Unhider Coupon Code Unhider
ID ggepkelmhbbfkiipcmfeidfjpinfpmhi
Officiell webbadress https://chromewebstore.google.com/detail/coupon-code-unhider/ggepkelmhbbfkiipcmfeidfjpinfpmhi
Beskrivning Coupon Code Unhider reveals hidden coupon codes automatically without any clicks.
Filstorlek 20.5 KB
Antal Installationer 356
Aktuell Version 0.0.0.11
Senast Uppdaterad 2022-08-05
Publiceringsdatum 2020-02-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Coupon Code Unhider
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Coupon Code Unhider",
    "description": "Coupon Code Unhider reveals hidden coupon codes automatically without any clicks.",
    "version": "0.0.0.11",
    "icons": {
        "32": "32.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "32": "32.png",
            "128": "128.png"
        },
        "default_title": "Coupon Code Unhider"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dealhack.com\/*"
            ],
            "css": [
                "dealhack.com.css"
            ],
            "js": [
                "dealhack.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.goodsearch.org\/*",
                "https:\/\/www.goodshop.com\/*"
            ],
            "css": [
                "goodsearch.org.css"
            ],
            "js": [
                "goodsearch.org.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.joinhoney.com\/*"
            ],
            "css": [
                "joinhoney.com.css"
            ],
            "js": [
                "joinhoney.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.retailmenot.com\/view\/*"
            ],
            "css": [
                "retailmenot.com.css"
            ],
            "js": [
                "retailmenot.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/coupons.slickdeals.net\/*"
            ],
            "css": [
                "slickdeals.net.css"
            ],
            "js": [
                "slickdeals.net.js"
            ]
        }
    ]
}