Apexgo
Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…
什麼是Apexgo?
Apexgo是由https://apexgo.io開發的Chrome擴展程式,該擴展的主要功能是“Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…”。
擴展截圖
下載Apexgo擴展crx文件
下載Apexgo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the imaginable, request new collections to be scored, obtain all info available on NFT rarity without leaving the Opensea marketplace. Purchase and sell your favorite NFT collections based on how unique the NFT is. Apexgo, the one click, easy rarity checker for your favorite NFT collections.
擴展基本資訊
名稱 | Apexgo |
ID | jkckaekilfdidedahoooefmmkhcfneae |
官方網址 | https://chromewebstore.google.com/detail/apexgo/jkckaekilfdidedahoooefmmkhcfneae |
簡介 | Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the… |
檔案大小 | 98.66 KB |
安裝次數 | 130 |
目前版本 | 1.3.8 |
更新時間 | 2022-08-23 |
上架時間 | 2021-11-21 |
評分 | 4.96/5 共 25 次評分 |
開發者 | https://apexgo.io |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Apexgo", "version": "1.3.8", "description": "", "manifest_version": 3, "incognito": "split", "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/128.png", "default_popup": "popup\/popup.html" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "*:\/\/*.opensea.io\/*" ] } |