NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
什麼是NFTSniper?
NFTSniper是由bestshow202208開發的Chrome擴展程式,該擴展的主要功能是“Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.”。
擴展截圖
下載NFTSniper擴展crx文件
下載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 |
官方網址 | 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" } } |