Dealhack

Automatically uncovers promo codes as you shop online.

Qu'est-ce que Dealhack ?

Dealhack est une extension Chrome développée par https://dealhack.com, et sa fonction principale est "Automatically uncovers promo codes as you shop online.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dealhack

Téléchargez les fichiers d'extension Dealhack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dealhack Dealhack
ID ffeejhiemifnhlbdjccehldkpphbllkc
URL Officiel https://chromewebstore.google.com/detail/dealhack/ffeejhiemifnhlbdjccehldkpphbllkc
Description Automatically uncovers promo codes as you shop online.
Taille du Fichier 1.25 MB
Nombre d'Installations 2,736
Version Actuelle 2.0.14
Dernière Mise à Jour 2023-04-26
Date de Publication 2020-06-09
Évaluation 4.50/5 Total 8 Évaluations
Développeur https://dealhack.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dealhack.com/
URL de la Page d'Aide https://dealhack.com/extension-faq
URL de la Page de Politique de Confidentialité https://dealhack.com/extension-privacy
Langues Prises en Charge 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"
    }
}