Tophatter - Shopping Rewards

The most rewarding shopping experience on the planet.

Qu'est-ce que Tophatter - Shopping Rewards ?

Tophatter - Shopping Rewards est une extension Chrome développée par https://tophatter.com, et sa fonction principale est "The most rewarding shopping experience on the planet.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tophatter - Shopping Rewards

Téléchargez les fichiers d'extension Tophatter - Shopping Rewards au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Tophatter - Shopping Rewards Tophatter - Shopping Rewards
ID ibikmkhkokkmmmegjlfpefeajgjglgal
URL Officiel https://chromewebstore.google.com/detail/tophatter-shopping-reward/ibikmkhkokkmmmegjlfpefeajgjglgal
Description The most rewarding shopping experience on the planet.
Taille du Fichier 413 KB
Nombre d'Installations 2,315
Version Actuelle 1.13.0
Dernière Mise à Jour 2021-12-16
Date de Publication 2021-07-03
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://tophatter.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tophatter.com/extension
URL de la Page d'Aide https://tophatter.com/support
URL de la Page de Politique de Confidentialité https://tophatter.com/privacy
Langues Prises en Charge 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\/*"
        ]
    }
}