Tophatter - Shopping Rewards

The most rewarding shopping experience on the planet.

Cos'è Tophatter - Shopping Rewards?

Tophatter - Shopping Rewards è un'estensione di Chrome sviluppata da https://tophatter.com, e la sua funzione principale è "The most rewarding shopping experience on the planet.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tophatter - Shopping Rewards

Scarica i file di estensione Tophatter - Shopping Rewards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Tophatter - Shopping Rewards Tophatter - Shopping Rewards
ID ibikmkhkokkmmmegjlfpefeajgjglgal
URL Ufficiale https://chromewebstore.google.com/detail/tophatter-shopping-reward/ibikmkhkokkmmmegjlfpefeajgjglgal
Descrizione The most rewarding shopping experience on the planet.
Dimensione del File 413 KB
Conteggio Installazioni 2,315
Versione Corrente 1.13.0
Ultimo Aggiornamento 2021-12-16
Data di Pubblicazione 2021-07-03
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://tophatter.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tophatter.com/extension
URL della Pagina di Aiuto https://tophatter.com/support
URL della Pagina della Politica sulla Privacy https://tophatter.com/privacy
Lingue Supportate 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\/*"
        ]
    }
}