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.
Co to jest The Extension Of Perpetual NFT Exploration?
The Extension Of Perpetual NFT Exploration to rozszerzenie Chrome opracowane przez dg, a jego główną funkcją jest „Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The Extension Of Perpetual NFT Exploration
Pobierz pliki rozszerzeń The Extension Of Perpetual NFT Exploration w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | The Extension Of Perpetual NFT Exploration |
ID | ljfflmadhmibadcpalggnaejfibjghfl |
Oficjalny URL | https://chromewebstore.google.com/detail/the-extension-of-perpetua/ljfflmadhmibadcpalggnaejfibjghfl |
Opis | Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping. |
Rozmiar pliku | 21.56 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 0.1112 |
Ostatnia Aktualizacja | 2019-08-26 |
Data Publikacji | 2019-08-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | dg |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |