KongTracker
Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.
KongTracker là gì?
KongTracker là một tiện ích mở rộng Chrome được phát triển bởi KongTracker, và tính năng chính của nó là "Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng KongTracker
Tải xuống các tệp mở rộng KongTracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | KongTracker |
ID | fcdbkhhnlnlelcjjaeipnbomfobphlcj |
URL Chính Thức | https://chromewebstore.google.com/detail/kongtracker/fcdbkhhnlnlelcjjaeipnbomfobphlcj |
Mô tả | Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea. |
Kích Thước Tệp | 606 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.02 |
Cập Nhật Lần Cuối | 2021-09-08 |
Ngày Phát Hành | 2021-09-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | KongTracker |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |