The Extension Of Perpetual NFT Exploration

Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.

O que é The Extension Of Perpetual NFT Exploration?

The Extension Of Perpetual NFT Exploration é uma extensão do Chrome desenvolvida por dg, e sua principal característica é "Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The Extension Of Perpetual NFT Exploration

Baixe arquivos de extensão The Extension Of Perpetual NFT Exploration 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

                        This is a chrome extension that shows you people’s NFTs when you view their profiles on twitter. It's built on HumanityDAO and The Graph. The chrome extension pulls the twitter => ethereum address mapping from HumanityDAO, so a twitter user needs to be enrolled in HumanityDAO’s registry for their NFTs to show up on their twitter profile.                    

Informações Básicas da Extensão

Nome The Extension Of Perpetual NFT Exploration The Extension Of Perpetual NFT Exploration
ID ljfflmadhmibadcpalggnaejfibjghfl
URL Oficial https://chromewebstore.google.com/detail/the-extension-of-perpetua/ljfflmadhmibadcpalggnaejfibjghfl
Descrição Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.
Tamanho do Arquivo 21.56 KB
Contagem de Instalações 13
Versão Atual 0.1112
Última Atualização 2019-08-26
Data de Publicação 2019-08-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor dg
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Extension Of Perpetual NFT Exploration",
    "description": "Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.",
    "version": "0.1112",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}