OP-EXT

Yugaverse insights directly in the marketplace.

O que é OP-EXT?

OP-EXT é uma extensão do Chrome desenvolvida por https://other.page, e sua principal característica é "Yugaverse insights directly in the marketplace.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão OP-EXT

Baixe arquivos de extensão OP-EXT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        OP-EXT enables NFT insights by embedding game asset data natively within the X2Y2 and OpenSea collection and asset page views. 

Currently Supports:

- Otherdeed Expanded: LOTM shattered and harvesting data

- Vessel: Legends of the Mara nesting time remaining

-  HV-MTL NFT collection including: Forge preview, tile layout, tile count, avg. tile level, portal level, Forge capacity, & seasonal Amps earned.

- 10KTF G Tag collection including: Popcorn PFP preview, Popcorn counts

---

Powered by Other Page in collaboration with OTHERspace FM.

Extension is secure, safe, and does NOT require any wallet interactions. 

Feature enhancements, additional game data integrations, and future collection support is currently in development.

Follow @OtherPageHQ on Twitter for product updates, and follow/join @OTHERspaceFM on Twitter and Discord for early access and additional resources.

https://www.other.page
https://otherspace.fm                    

Informações Básicas da Extensão

Nome OP-EXT OP-EXT
ID ddfkollnloejjfgbmjhfkedcjedngoib
URL Oficial https://chromewebstore.google.com/detail/op-ext/ddfkollnloejjfgbmjhfkedcjedngoib
Descrição Yugaverse insights directly in the marketplace.
Tamanho do Arquivo 120 KB
Contagem de Instalações 54
Versão Atual 0.0.10
Última Atualização 2023-10-11
Data de Publicação 2023-08-07
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://other.page
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.cr3labs.com/legal
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OP-EXT",
    "version": "0.0.10",
    "description": "Yugaverse insights directly in the marketplace.",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/x2y2.io\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}