Mintedz - Extension for NFTs on OpenSea
Boost your OpenSea. Save time and money.
Cos'è Mintedz - Extension for NFTs on OpenSea?
Mintedz - Extension for NFTs on OpenSea è un'estensione di Chrome sviluppata da https://mintedz.com, e la sua funzione principale è "Boost your OpenSea. Save time and money.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mintedz - Extension for NFTs on OpenSea
Scarica i file di estensione Mintedz - Extension for NFTs on OpenSea in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This free Chrome Extension adds data directly on NFT collection page to OpenSea:
- NFT collection score
- NFT flipping score
- Twitter followers and Discord members
- Switch prices to US dollar
- Likes / Dislikes
- Views
- 24h volume
- 24h sales
- Creation date
- Reports number
- Ratio by owner
- Royalties
- ... and more to come! Informazioni di Base sull'Estensione
| Nome | |
| ID | gdhfflejhgjfchkhhlcpkcgedecjhajj |
| URL Ufficiale | https://chromewebstore.google.com/detail/mintedz-extension-for-nft/gdhfflejhgjfchkhhlcpkcgedecjhajj |
| Descrizione | Boost your OpenSea. Save time and money. |
| Dimensione del File | 853 KB |
| Conteggio Installazioni | 113 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2022-09-26 |
| Data di Pubblicazione | 2022-07-17 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | https://mintedz.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://mintedz.com |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mintedz - Extension for NFTs on OpenSea",
"author": "Mintedz",
"description": "Boost your OpenSea. Save time and money.",
"version": "1.0.1",
"manifest_version": 3,
"permissions": [
"tabs",
"cookies"
],
"host_permissions": [
"https:\/\/opensea.io\/"
],
"action": {
"default_popup": "index.html",
"default_title": "Mintedz"
},
"background": {
"service_worker": ".\/static\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/opensea.io\/",
"https:\/\/opensea.io\/*"
],
"js": [
".\/static\/js\/master.js"
]
},
{
"matches": [
"https:\/\/opensea.io\/mintedz\/user\/dashboard",
"https:\/\/opensea.io\/*\/mintedz\/user\/dashboard"
],
"js": [
".\/static\/js\/dashboard.js"
]
}
],
"icons": {
"16": ".\/img\/mintedz.png",
"48": ".\/img\/mintedz.png",
"128": ".\/img\/mintedz.png"
}
} | |