Tophatter - Shopping Rewards

The most rewarding shopping experience on the planet.

What is Tophatter - Shopping Rewards?

Tophatter - Shopping Rewards is a Chrome extension developed by https://tophatter.com, and its main feature is "The most rewarding shopping experience on the planet.".

Extension Screenshots

screenshot

Download Tophatter - Shopping Rewards Extension CRX File

Download Tophatter - Shopping Rewards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Tophatter - Shopping Rewards Tophatter - Shopping Rewards
ID ibikmkhkokkmmmegjlfpefeajgjglgal
Official URL https://chromewebstore.google.com/detail/tophatter-shopping-reward/ibikmkhkokkmmmegjlfpefeajgjglgal
Description The most rewarding shopping experience on the planet.
File Size 413 KB
Installation Count 2,315
Current Version 1.13.0
Last Updated 2021-12-16
Publish Date 2021-07-03
Rating 4.50/5 Total 2 Ratings
Developer https://tophatter.com
Email [email protected]
Payment Type free
Extension Website https://tophatter.com/extension
Help Page URL https://tophatter.com/support
Privacy Policy Page URL https://tophatter.com/privacy
Supported Languages 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\/*"
        ]
    }
}