NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
NFTSniperคืออะไร?
NFTSniper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bestshow202208 และคุณลักษณะหลักของมันคือ "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NFTSniper
ดาวน์โหลดไฟล์ส่วนขยาย NFTSniper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The NFT market changes all the time, you need a tool to keep an eye on those important NFTs, NFTSniper will help you: - Monitor the floor price changes of a collection and remind them by email; - Monitor the activity of a single blue-chip nft, such as list, price cuts, canceled list, transfer, etc., and send reminder emails. - The monitoring conditions are user-defined and the rules are flexible.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NFTSniper |
ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
คำอธิบาย | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
ขนาดไฟล์ | 103 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2022-12-20 |
วันที่เผยแพร่ | 2022-08-03 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | bestshow202208 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bestshow.io/#/Home |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NFTSniper", "description": "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.", "version": "1.2.2", "icons": { "16": "static\/bs.png", "48": "static\/bs.png", "128": "static\/bs.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "myscript.js" ], "matches": [ "https:\/\/bestshow.io\/*" ], "run_at": "document_idle" } ], "permissions": [ "storage", "alarms" ], "action": { "default_icon": "static\/bs.png", "default_title": "NFTSniper - Watchlist", "default_popup": "popup.html" } } |