Mintedz - Extension for NFTs on OpenSea
Boost your OpenSea. Save time and money.
什麼是Mintedz - Extension for NFTs on OpenSea?
Mintedz - Extension for NFTs on OpenSea是由https://mintedz.com開發的Chrome擴展程式,該擴展的主要功能是“Boost your OpenSea. Save time and money.”。
擴展截圖
下載Mintedz - Extension for NFTs on OpenSea擴展crx文件
下載Mintedz - Extension for NFTs on OpenSea擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | gdhfflejhgjfchkhhlcpkcgedecjhajj |
| 官方網址 | https://chromewebstore.google.com/detail/mintedz-extension-for-nft/gdhfflejhgjfchkhhlcpkcgedecjhajj |
| 簡介 | Boost your OpenSea. Save time and money. |
| 檔案大小 | 853 KB |
| 安裝次數 | 113 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2022-09-26 |
| 上架時間 | 2022-07-17 |
| 評分 | 5.00/5 共 6 次評分 |
| 開發者 | https://mintedz.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://mintedz.com |
| 支援的語言 | 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"
}
} | |