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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}