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 |
官方URL | 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\/*" ] } |