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.

Apa itu The Extension Of Perpetual NFT Exploration?

The Extension Of Perpetual NFT Exploration adalah ekstensi Chrome yang dikembangkan oleh dg, dan fitur utamanya adalah "Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Extension Of Perpetual NFT Exploration

Unduh file ekstensi The Extension Of Perpetual NFT Exploration 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

                        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.                    

Informasi Dasar Ekstensi

Nama The Extension Of Perpetual NFT Exploration The Extension Of Perpetual NFT Exploration
ID ljfflmadhmibadcpalggnaejfibjghfl
URL Resmi https://chromewebstore.google.com/detail/the-extension-of-perpetua/ljfflmadhmibadcpalggnaejfibjghfl
Deskripsi Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.
Ukuran File 21.56 KB
Jumlah Instalasi 13
Versi Saat Ini 0.1112
Terakhir Diperbarui 2019-08-26
Tanggal Publikasi 2019-08-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang dg
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}