Dealhack

Automatically uncovers promo codes as you shop online.

What is Dealhack?

Dealhack is a Chrome extension developed by https://dealhack.com, and its main feature is "Automatically uncovers promo codes as you shop online.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dealhack Extension CRX File

Download Dealhack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dealhack Dealhack
ID ffeejhiemifnhlbdjccehldkpphbllkc
Official URL https://chromewebstore.google.com/detail/dealhack/ffeejhiemifnhlbdjccehldkpphbllkc
Description Automatically uncovers promo codes as you shop online.
File Size 1.25 MB
Installation Count 2,736
Current Version 2.0.14
Last Updated 2023-04-26
Publish Date 2020-06-09
Rating 4.50/5 Total 8 Ratings
Developer https://dealhack.com
Email [email protected]
Payment Type free
Extension Website https://dealhack.com/
Help Page URL https://dealhack.com/extension-faq
Privacy Policy Page URL https://dealhack.com/extension-privacy
Supported Languages 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"
    }
}