Mintedz - Extension for NFTs on OpenSea
Boost your OpenSea. Save time and money.
What is Mintedz - Extension for NFTs on OpenSea?
Mintedz - Extension for NFTs on OpenSea is a Chrome extension developed by https://mintedz.com, and its main feature is "Boost your OpenSea. Save time and money.".
Extension Screenshots
Download Mintedz - Extension for NFTs on OpenSea Extension CRX File
Download Mintedz - Extension for NFTs on OpenSea 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
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!
Extension Basic Information
Name | Mintedz - Extension for NFTs on OpenSea |
ID | gdhfflejhgjfchkhhlcpkcgedecjhajj |
Official URL | https://chromewebstore.google.com/detail/mintedz-extension-for-nft/gdhfflejhgjfchkhhlcpkcgedecjhajj |
Description | Boost your OpenSea. Save time and money. |
File Size | 853 KB |
Installation Count | 113 |
Current Version | 1.0.1 |
Last Updated | 2022-09-26 |
Publish Date | 2022-07-17 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://mintedz.com |
[email protected] | |
Payment Type | free |
Extension Website | https://mintedz.com |
Supported Languages | 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" } } |