KongTracker

Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.

KongTracker란 무엇입니까?

KongTracker은(는) KongTracker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

KongTracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Displays Overall Boost and Rarity of all Rumble Kong's on Open Sea

WHAT: KongTracker adds the Rarity Score and Overall Boost of all Kong's to their cards on OpenSea

WHY: The current solution is a community managed google document. It's cumbersome to have OpenSea, a Google Doc, and Rarity.Tools open to inform your purchasing decision.  

HOW: KongTracker modifies HTML (ONLY) on OpenSea. It does not require logins and is simply a front-end skin for an already existing platform. No data is stored, nor sent.                    

확장 프로그램 기본 정보

이름 KongTracker KongTracker
ID fcdbkhhnlnlelcjjaeipnbomfobphlcj
공식 URL https://chromewebstore.google.com/detail/kongtracker/fcdbkhhnlnlelcjjaeipnbomfobphlcj
설명 Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.
파일 크기 606 KB
설치 횟수 18
현재 버전 1.02
최근 업데이트 2021-09-08
출시 날짜 2021-09-05
평점 5.00/5 총 1 개의 평점
개발자 KongTracker
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KongTracker",
    "description": "Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.",
    "version": "1.02",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "\/images\/rkl128.png"
        }
    },
    "icons": {
        "128": "\/images\/rkl128.png"
    }
}