Dealhack

Automatically uncovers promo codes as you shop online.

Cos'è Dealhack?

Dealhack è un'estensione di Chrome sviluppata da https://dealhack.com, e la sua funzione principale è "Automatically uncovers promo codes as you shop online.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dealhack

Scarica i file di estensione Dealhack 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Dealhack Dealhack
ID ffeejhiemifnhlbdjccehldkpphbllkc
URL Ufficiale https://chromewebstore.google.com/detail/dealhack/ffeejhiemifnhlbdjccehldkpphbllkc
Descrizione Automatically uncovers promo codes as you shop online.
Dimensione del File 1.25 MB
Conteggio Installazioni 2,736
Versione Corrente 2.0.14
Ultimo Aggiornamento 2023-04-26
Data di Pubblicazione 2020-06-09
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore https://dealhack.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dealhack.com/
URL della Pagina di Aiuto https://dealhack.com/extension-faq
URL della Pagina della Politica sulla Privacy https://dealhack.com/extension-privacy
Lingue Supportate 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"
    }
}