Dealhack

Automatically uncovers promo codes as you shop online.

Co to jest Dealhack?

Dealhack to rozszerzenie Chrome opracowane przez https://dealhack.com, a jego główną funkcją jest „Automatically uncovers promo codes as you shop online.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Dealhack

Pobierz pliki rozszerzeń Dealhack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dealhack Dealhack
ID ffeejhiemifnhlbdjccehldkpphbllkc
Oficjalny URL https://chromewebstore.google.com/detail/dealhack/ffeejhiemifnhlbdjccehldkpphbllkc
Opis Automatically uncovers promo codes as you shop online.
Rozmiar pliku 1.25 MB
Liczba instalacji 2,736
Aktualna Wersja 2.0.14
Ostatnia Aktualizacja 2023-04-26
Data Publikacji 2020-06-09
Ocena 4.50/5 Łącznie 8 Oceny
Deweloper https://dealhack.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://dealhack.com/
Adres URL Strony Pomocy https://dealhack.com/extension-faq
Adres URL Strony Polityki Prywatności https://dealhack.com/extension-privacy
Obsługiwane Języki 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"
    }
}