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.
Vad är The Extension Of Perpetual NFT Exploration?
The Extension Of Perpetual NFT Exploration är en Chrome-tillägg utvecklad av dg, och dess huvudfunktion är "Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.".
Tilläggsskärmbilder
Ladda ner The Extension Of Perpetual NFT Exploration-förlängningens CRX-fil
Ladda ner The Extension Of Perpetual NFT Exploration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | The Extension Of Perpetual NFT Exploration |
ID | ljfflmadhmibadcpalggnaejfibjghfl |
Officiell webbadress | https://chromewebstore.google.com/detail/the-extension-of-perpetua/ljfflmadhmibadcpalggnaejfibjghfl |
Beskrivning | Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping. |
Filstorlek | 21.56 KB |
Antal Installationer | 13 |
Aktuell Version | 0.1112 |
Senast Uppdaterad | 2019-08-26 |
Publiceringsdatum | 2019-08-26 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | dg |
Betalningssätt | free |
Stödda Språk | 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" } } |