Dealhack

Automatically uncovers promo codes as you shop online.

Wat is Dealhack?

Dealhack is een Chrome-extensie ontwikkeld door https://dealhack.com, en de belangrijkste functie is "Automatically uncovers promo codes as you shop online.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dealhack

Download Dealhack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Never search for promo codes again. We show them as you shop.

Currently supporting 8,000+ online stores in the United States and Canada.

Email [email protected] for support.                    

Basisinformatie over de Extensie

Naam Dealhack Dealhack
ID ffeejhiemifnhlbdjccehldkpphbllkc
Officiële URL https://chromewebstore.google.com/detail/dealhack/ffeejhiemifnhlbdjccehldkpphbllkc
Beschrijving Automatically uncovers promo codes as you shop online.
Bestandsgrootte 1.25 MB
Aantal Installaties 2,736
Huidige Versie 2.0.14
Laatst Bijgewerkt 2023-04-26
Publicatiedatum 2020-06-09
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar https://dealhack.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dealhack.com/
Help Pagina-URL https://dealhack.com/extension-faq
URL van de Privacybeleid Pagina https://dealhack.com/extension-privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dealhack",
    "version": "2.0.14",
    "manifest_version": 3,
    "description": "Automatically uncovers promo codes as you shop online.",
    "homepage_url": "https:\/\/dealhack.com\/",
    "author": "dealhack.com",
    "icons": {
        "128": "favicon-black.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "background": {
        "service_worker": "bg\/bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_icon": {
            "20": "favicon-black-DM.png",
            "48": "favicon-black-DM.png"
        },
        "default_title": "Dealhack"
    }
}