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
Eメール [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"
    }
}