Mintedz - Extension for NFTs on OpenSea
Boost your OpenSea. Save time and money.
Mintedz - Extension for NFTs on OpenSea là gì?
Mintedz - Extension for NFTs on OpenSea là một tiện ích mở rộng Chrome được phát triển bởi https://mintedz.com, và tính năng chính của nó là "Boost your OpenSea. Save time and money.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mintedz - Extension for NFTs on OpenSea
Tải xuống các tệp mở rộng Mintedz - Extension for NFTs on OpenSea dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mintedz - Extension for NFTs on OpenSea |
ID | gdhfflejhgjfchkhhlcpkcgedecjhajj |
URL Chính Thức | https://chromewebstore.google.com/detail/mintedz-extension-for-nft/gdhfflejhgjfchkhhlcpkcgedecjhajj |
Mô tả | Boost your OpenSea. Save time and money. |
Kích Thước Tệp | 853 KB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-09-26 |
Ngày Phát Hành | 2022-07-17 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://mintedz.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mintedz.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |