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.
什麼是The Extension Of Perpetual NFT Exploration?
The Extension Of Perpetual NFT Exploration是由dg開發的Chrome擴展程式,該擴展的主要功能是“Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.”。
擴展截圖
下載The Extension Of Perpetual NFT Exploration擴展crx文件
下載The Extension Of Perpetual NFT Exploration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | The Extension Of Perpetual NFT Exploration |
ID | ljfflmadhmibadcpalggnaejfibjghfl |
官方網址 | https://chromewebstore.google.com/detail/the-extension-of-perpetua/ljfflmadhmibadcpalggnaejfibjghfl |
簡介 | Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping. |
檔案大小 | 21.56 KB |
安裝次數 | 13 |
目前版本 | 0.1112 |
更新時間 | 2019-08-26 |
上架時間 | 2019-08-26 |
評分 | 5.00/5 共 1 次評分 |
開發者 | dg |
付費類型 | free |
支援的語言 | 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" } } |