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.”。
扩展截图
下载KongTracker扩展crx文件
下载KongTracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
}
} | |