Dealhack

Automatically uncovers promo codes as you shop online.

Apa itu Dealhack?

Dealhack adalah ekstensi Chrome yang dikembangkan oleh https://dealhack.com, dan fitur utamanya adalah "Automatically uncovers promo codes as you shop online.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Dealhack

Unduh file ekstensi Dealhack dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dealhack Dealhack
ID ffeejhiemifnhlbdjccehldkpphbllkc
URL Resmi https://chromewebstore.google.com/detail/dealhack/ffeejhiemifnhlbdjccehldkpphbllkc
Deskripsi Automatically uncovers promo codes as you shop online.
Ukuran File 1.25 MB
Jumlah Instalasi 2,736
Versi Saat Ini 2.0.14
Terakhir Diperbarui 2023-04-26
Tanggal Publikasi 2020-06-09
Penilaian 4.50/5 Total 8 Penilaian
Pengembang https://dealhack.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://dealhack.com/
URL Halaman Bantuan https://dealhack.com/extension-faq
URL Halaman Kebijakan Privasi https://dealhack.com/extension-privacy
Bahasa yang Didukung 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"
    }
}