NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
NFTSniper là gì?
NFTSniper là một tiện ích mở rộng Chrome được phát triển bởi bestshow202208, và tính năng chính của nó là "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NFTSniper
Tải xuống các tệp mở rộng NFTSniper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NFTSniper |
ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
URL Chính Thức | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
Mô tả | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
Kích Thước Tệp | 103 KB |
Số Lần Cài Đặt | 50 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2022-12-20 |
Ngày Phát Hành | 2022-08-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | bestshow202208 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bestshow.io/#/Home |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |