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.
What is The Extension Of Perpetual NFT Exploration?
The Extension Of Perpetual NFT Exploration is a Chrome extension developed by dg, and its main feature is "Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.".
Extension Screenshots
Download The Extension Of Perpetual NFT Exploration Extension CRX File
Download The Extension Of Perpetual NFT Exploration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | The Extension Of Perpetual NFT Exploration |
ID | ljfflmadhmibadcpalggnaejfibjghfl |
Official URL | https://chromewebstore.google.com/detail/the-extension-of-perpetua/ljfflmadhmibadcpalggnaejfibjghfl |
Description | Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping. |
File Size | 21.56 KB |
Installation Count | 13 |
Current Version | 0.1112 |
Last Updated | 2019-08-26 |
Publish Date | 2019-08-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | dg |
Payment Type | free |
Supported Languages | 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" } } |