Apexgo

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

Co to jest Apexgo?

Apexgo to rozszerzenie Chrome opracowane przez https://apexgo.io, a jego główną funkcją jest „Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Apexgo

Pobierz pliki rozszerzeń Apexgo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Apexgo Apexgo
ID jkckaekilfdidedahoooefmmkhcfneae
Oficjalny URL https://chromewebstore.google.com/detail/apexgo/jkckaekilfdidedahoooefmmkhcfneae
Opis Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…
Rozmiar pliku 98.66 KB
Liczba instalacji 130
Aktualna Wersja 1.3.8
Ostatnia Aktualizacja 2022-08-23
Data Publikacji 2021-11-21
Ocena 4.96/5 Łącznie 25 Oceny
Deweloper https://apexgo.io
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}