Apexgo

Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…

Wat is Apexgo?

Apexgo is een Chrome-extensie ontwikkeld door https://apexgo.io, en de belangrijkste functie is "Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Apexgo

Download Apexgo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Apexgo Apexgo
ID jkckaekilfdidedahoooefmmkhcfneae
Officiële URL https://chromewebstore.google.com/detail/apexgo/jkckaekilfdidedahoooefmmkhcfneae
Beschrijving Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…
Bestandsgrootte 98.66 KB
Aantal Installaties 130
Huidige Versie 1.3.8
Laatst Bijgewerkt 2022-08-23
Publicatiedatum 2021-11-21
Beoordeling 4.96/5 Totaal 25 Beoordelingen
Ontwikkelaar https://apexgo.io
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}