Apexgo
Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…
Hvad er Apexgo?
Apexgo er en Chrome-udvidelse udviklet af https://apexgo.io, og dens hovedfunktion er "Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…".
Udvidelsesskærmbilleder
Download Apexgo-udvidelses-CRX-fil
Download Apexgo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Apexgo |
ID | jkckaekilfdidedahoooefmmkhcfneae |
Officiel URL | https://chromewebstore.google.com/detail/apexgo/jkckaekilfdidedahoooefmmkhcfneae |
Beskrivelse | Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the… |
Filstørrelse | 98.66 KB |
Antal Installationer | 130 |
Nuværende Version | 1.3.8 |
Senest Opdateret | 2022-08-23 |
Udgivelsesdato | 2021-11-21 |
Bedømmelse | 4.96/5 Samlet 25 Bedømmelser |
Udvikler | https://apexgo.io |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |