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 |
| 官方網址 | 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"
}
} | |