NFTCheese
The All-in-One NFT Sniping Tool
NFTCheeseคืออะไร?
NFTCheese เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jerrycheese และคุณลักษณะหลักของมันคือ "The All-in-One NFT Sniping Tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NFTCheese
ดาวน์โหลดไฟล์ส่วนขยาย NFTCheese ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
✅ Filter NFT collections by their rarity right in OpenSea ✅ Filter NFTs by their traits ✅ Get instant rarities of different traits ✅ Set alerts to notify on underpriced NFTs in your favorite collections ✅ Realtime gas price calculator ✅ Instant mint ✅ Sale activity graph ✅ Reserve ALL access to future features & tools by NFT Cheese
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nnmgbbkbhgbmmpmdafjlljcehldannic |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/nftcheese/nnmgbbkbhgbmmpmdafjlljcehldannic |
คำอธิบาย | The All-in-One NFT Sniping Tool |
ขนาดไฟล์ | 4.14 MB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 1.1.27 |
อัปเดตครั้งล่าสุด | 2022-09-03 |
วันที่เผยแพร่ | 2022-03-01 |
ผู้พัฒนา | jerrycheese |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://nftcheese.tools |
URL หน้านโยบายความเป็นส่วนตัว | https://www.nftcheese.tools/terms |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NFTCheese", "description": "The All-in-One NFT Sniping Tool", "version": "1.1.27", "minimum_chrome_version": "93", "manifest_version": 3, "action": { "icons": { "128": "icon_w128_br.png" }, "default_popup": "index.html", "default_title": "NFTCheese" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "js": [ "static\/js\/content.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/login.nftcheese.tools\/*" ] }, "background": { "service_worker": "static\/js\/background.js" }, "host_permissions": [ "https:\/\/nftcheese.net\/api\/*", "https:\/\/*.opensea.io\/*" ], "icons": { "128": "icon_w128_br.png" }, "web_accessible_resources": [ { "resources": [ "static\/js\/pageContextInject.js" ], "matches": [ "https:\/\/*.opensea.io\/*" ] }, { "resources": [ "notification.mp3" ], "matches": [ "https:\/\/*.opensea.io\/*" ] } ], "permissions": [ "webRequest", "storage", "notifications" ] } |