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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |