Apexgo
Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…
Vad är Apexgo?
Apexgo är en Chrome-tillägg utvecklad av https://apexgo.io, och dess huvudfunktion är "Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…".
Tilläggsskärmbilder
Ladda ner Apexgo-förlängningens CRX-fil
Ladda ner Apexgo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Apexgo |
ID | jkckaekilfdidedahoooefmmkhcfneae |
Officiell webbadress | https://chromewebstore.google.com/detail/apexgo/jkckaekilfdidedahoooefmmkhcfneae |
Beskrivning | Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the… |
Filstorlek | 98.66 KB |
Antal Installationer | 130 |
Aktuell Version | 1.3.8 |
Senast Uppdaterad | 2022-08-23 |
Publiceringsdatum | 2021-11-21 |
Betyg | 4.96/5 Totalt 25 Betyg |
Utvecklare | https://apexgo.io |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |