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"
}
} | |