Exodia
View Exodia.io analytics within Opensea NFT marketplace.
Wat is Exodia?
Exodia is een Chrome-extensie ontwikkeld door Exodia, en de belangrijkste functie is "View Exodia.io analytics within Opensea NFT marketplace.".
Extensie Screenshots
Download het CRX-bestand van de extensie Exodia
Download Exodia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | pmgipgidcnbnbnmjbmjdpblgipmfipgl |
| Officiële URL | https://chromewebstore.google.com/detail/exodia/pmgipgidcnbnbnmjbmjdpblgipmfipgl |
| Beschrijving | View Exodia.io analytics within Opensea NFT marketplace. |
| Bestandsgrootte | 30.81 KB |
| Aantal Installaties | 228 |
| Huidige Versie | 0.0.8 |
| Laatst Bijgewerkt | 2022-04-10 |
| Publicatiedatum | 2021-12-19 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Exodia |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://exodia.io |
| Help Pagina-URL | https://exodia.io |
| URL van de Privacybeleid Pagina | https://exodia.io/privacy-policy |
| Ondersteunde Talen | 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"
]
}
]
} | |