Mintedz - Extension for NFTs on OpenSea
Boost your OpenSea. Save time and money.
Wat is Mintedz - Extension for NFTs on OpenSea?
Mintedz - Extension for NFTs on OpenSea is een Chrome-extensie ontwikkeld door https://mintedz.com, en de belangrijkste functie is "Boost your OpenSea. Save time and money.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mintedz - Extension for NFTs on OpenSea
Download Mintedz - Extension for NFTs on OpenSea-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
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! Basisinformatie over de Extensie
| Naam | |
| ID | gdhfflejhgjfchkhhlcpkcgedecjhajj |
| Officiële URL | https://chromewebstore.google.com/detail/mintedz-extension-for-nft/gdhfflejhgjfchkhhlcpkcgedecjhajj |
| Beschrijving | Boost your OpenSea. Save time and money. |
| Bestandsgrootte | 853 KB |
| Aantal Installaties | 113 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2022-09-26 |
| Publicatiedatum | 2022-07-17 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | https://mintedz.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://mintedz.com |
| Ondersteunde Talen | 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"
}
} | |