Apexgo
Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…
Was ist Apexgo?
Apexgo ist eine Chrome-Erweiterung, die von https://apexgo.io entwickelt wurde, und ihr Hauptmerkmal ist "Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…".
Erweiterungsscreenshots
Apexgo-Erweiterungs-CRX-Datei herunterladen
Laden Sie Apexgo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Apexgo |
ID | jkckaekilfdidedahoooefmmkhcfneae |
Offizielle URL | https://chromewebstore.google.com/detail/apexgo/jkckaekilfdidedahoooefmmkhcfneae |
Beschreibung | Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the… |
Dateigröße | 98.66 KB |
Installationsanzahl | 130 |
Aktuelle Version | 1.3.8 |
Letztes Update | 2022-08-23 |
Veröffentlichungsdatum | 2021-11-21 |
Bewertung | 4.96/5 Insgesamt 25 Bewertungen |
Entwickler | https://apexgo.io |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |