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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mintedz.com และคุณลักษณะหลักของมันคือ "Boost your OpenSea. Save time and money."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mintedz - Extension for NFTs on OpenSea
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
}
} | |