Apexgo

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

Apa itu Apexgo?

Apexgo adalah ekstensi Chrome yang dikembangkan oleh https://apexgo.io, dan fitur utamanya adalah "Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Apexgo

Unduh file ekstensi Apexgo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Apexgo Apexgo
ID jkckaekilfdidedahoooefmmkhcfneae
URL Resmi https://chromewebstore.google.com/detail/apexgo/jkckaekilfdidedahoooefmmkhcfneae
Deskripsi Check all your favorite NFTs rarity and their score, calculated by Apexgo directly on Opensea. The ability goes beyond the…
Ukuran File 98.66 KB
Jumlah Instalasi 130
Versi Saat Ini 1.3.8
Terakhir Diperbarui 2022-08-23
Tanggal Publikasi 2021-11-21
Penilaian 4.96/5 Total 25 Penilaian
Pengembang https://apexgo.io
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}