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. 扩展基本信息
| 名称 | |
| ID | ljfflmadhmibadcpalggnaejfibjghfl |
| 官方URL | 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"
}
} | |