Dealhack

Automatically uncovers promo codes as you shop online.

什么是Dealhack?

Dealhack是由https://dealhack.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically uncovers promo codes as you shop online.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Dealhack扩展crx文件

下载Dealhack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Dealhack Dealhack
ID ffeejhiemifnhlbdjccehldkpphbllkc
官方URL https://chromewebstore.google.com/detail/dealhack/ffeejhiemifnhlbdjccehldkpphbllkc
简介 Automatically uncovers promo codes as you shop online.
文件大小 1.25 MB
安装次数 2,736
当前版本 2.0.14
更新时间 2023-04-26
上架时间 2020-06-09
评分 4.50/5 共8次评分
开发者 https://dealhack.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://dealhack.com/
帮助页面URL https://dealhack.com/extension-faq
隐私政策页面URL https://dealhack.com/extension-privacy
支持的语言 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"
    }
}