Tophatter - Shopping Rewards

The most rewarding shopping experience on the planet.

什么是Tophatter - Shopping Rewards?

Tophatter - Shopping Rewards是由https://tophatter.com开发的Chrome扩展程序,该扩展的主要功能是“The most rewarding shopping experience on the planet.”。

扩展截图

screenshot

下载Tophatter - Shopping Rewards扩展crx文件

下载Tophatter - Shopping Rewards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Tophatter - Shopping Rewards Tophatter - Shopping Rewards
ID ibikmkhkokkmmmegjlfpefeajgjglgal
官方URL https://chromewebstore.google.com/detail/tophatter-shopping-reward/ibikmkhkokkmmmegjlfpefeajgjglgal
简介 The most rewarding shopping experience on the planet.
文件大小 413 KB
安装次数 2,315
当前版本 1.13.0
更新时间 2021-12-16
上架时间 2021-07-03
评分 4.50/5 共2次评分
开发者 https://tophatter.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tophatter.com/extension
帮助页面URL https://tophatter.com/support
隐私政策页面URL https://tophatter.com/privacy
支持的语言 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\/*"
        ]
    }
}