Tophatter - Shopping Rewards

The most rewarding shopping experience on the planet.

Co to jest Tophatter - Shopping Rewards?

Tophatter - Shopping Rewards to rozszerzenie Chrome opracowane przez https://tophatter.com, a jego główną funkcją jest „The most rewarding shopping experience on the planet.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tophatter - Shopping Rewards

Pobierz pliki rozszerzeń Tophatter - Shopping Rewards 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

                        SCORE DEALS
Shop online and save! Go to the site you want to shop and we’ll let you know if you can score an amazing deal!

EARN TOPHATTER REWARDS
Not only can you score fantastic deals, earn Tophatter Rewards Points when you do!                    

Podstawowe informacje o rozszerzeniu

Nazwa Tophatter - Shopping Rewards Tophatter - Shopping Rewards
ID ibikmkhkokkmmmegjlfpefeajgjglgal
Oficjalny URL https://chromewebstore.google.com/detail/tophatter-shopping-reward/ibikmkhkokkmmmegjlfpefeajgjglgal
Opis The most rewarding shopping experience on the planet.
Rozmiar pliku 413 KB
Liczba instalacji 2,315
Aktualna Wersja 1.13.0
Ostatnia Aktualizacja 2021-12-16
Data Publikacji 2021-07-03
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper https://tophatter.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tophatter.com/extension
Adres URL Strony Pomocy https://tophatter.com/support
Adres URL Strony Polityki Prywatności https://tophatter.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tophatter - Shopping Rewards",
    "description": "The most rewarding shopping experience on the planet.",
    "version": "1.13.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.tophatter.com\/",
        "*:\/\/*.tophatter.test\/"
    ],
    "background": {
        "service_worker": "service-worker-wrapper.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/tophatter.com\/*",
            "*:\/\/tophatter.test\/*"
        ]
    }
}