Exodia
View Exodia.io analytics within Opensea NFT marketplace.
What is Exodia?
Exodia is a Chrome extension developed by Exodia, and its main feature is "View Exodia.io analytics within Opensea NFT marketplace.".
Extension Screenshots
Download Exodia Extension CRX File
Download Exodia 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
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.
Extension Basic Information
Name | |
ID | pmgipgidcnbnbnmjbmjdpblgipmfipgl |
Official URL | https://chromewebstore.google.com/detail/exodia/pmgipgidcnbnbnmjbmjdpblgipmfipgl |
Description | View Exodia.io analytics within Opensea NFT marketplace. |
File Size | 30.81 KB |
Installation Count | 228 |
Current Version | 0.0.8 |
Last Updated | 2022-04-10 |
Publish Date | 2021-12-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Exodia |
[email protected] | |
Payment Type | free |
Extension Website | https://exodia.io |
Help Page URL | https://exodia.io |
Privacy Policy Page URL | https://exodia.io/privacy-policy |
Supported Languages | 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" ] } ] } |