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.
Cos'è The Extension Of Perpetual NFT Exploration?
The Extension Of Perpetual NFT Exploration è un'estensione di Chrome sviluppata da dg, e la sua funzione principale è "Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Extension Of Perpetual NFT Exploration
Scarica i file di estensione The Extension Of Perpetual NFT Exploration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | The Extension Of Perpetual NFT Exploration |
ID | ljfflmadhmibadcpalggnaejfibjghfl |
URL Ufficiale | https://chromewebstore.google.com/detail/the-extension-of-perpetua/ljfflmadhmibadcpalggnaejfibjghfl |
Descrizione | Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping. |
Dimensione del File | 21.56 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 0.1112 |
Ultimo Aggiornamento | 2019-08-26 |
Data di Pubblicazione | 2019-08-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | dg |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |