Exodia
View Exodia.io analytics within Opensea NFT marketplace.
Exodiaとは何ですか?
ExodiaはExodiaによって開発されたChromeの拡張機能で、その主な機能は「View Exodia.io analytics within Opensea NFT marketplace.」です。
拡張機能のスクリーンショット
Exodia拡張機能のCRXファイルをダウンロード
Exodia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Integrates Exodia.io analytics into OpenSea making it easier to reach the Exodia data you need directly from OpenSea. View rarity, value estimates, and quickly jump to Exodia.io using this extension on OpenSea, LooksRare and Twitter.
拡張機能の基本情報
名前 | |
ID | pmgipgidcnbnbnmjbmjdpblgipmfipgl |
公式URL | https://chromewebstore.google.com/detail/exodia/pmgipgidcnbnbnmjbmjdpblgipmfipgl |
説明 | View Exodia.io analytics within Opensea NFT marketplace. |
ファイルサイズ | 30.81 KB |
インストール数 | 228 |
現在のバージョン | 0.0.8 |
最終更新日 | 2022-04-10 |
公開日 | 2021-12-19 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Exodia |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://exodia.io |
ヘルプページのURL | https://exodia.io |
プライバシーポリシーページのURL | https://exodia.io/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Exodia", "description": "View Exodia.io analytics within Opensea NFT marketplace.", "version": "0.0.8", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage", "activeTab" ], "action": { "default_icon": { "16": "\/images\/blue-light.png", "32": "\/images\/blue-light.png", "48": "\/images\/blue-light.png", "128": "\/images\/blue-light.png" } }, "icons": { "16": "\/images\/blue-black.png", "32": "\/images\/blue-black.png", "48": "\/images\/blue-black.png", "128": "\/images\/blue-black.png" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "css": [ "main.css" ], "js": [ "common.js", "opensea.js", "injectInfo.js" ] }, { "matches": [ "https:\/\/looksrare.org\/*" ], "css": [ "main.css" ], "js": [ "common.js", "looksrare.js", "injectInfo.js" ] }, { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "main.css" ], "js": [ "common.js", "twitter.js", "injectTwitterInfo.js" ] } ] } |