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
官方網址 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"
    }
}