NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
¿Qué es NFTSniper?
NFTSniper es una extensión de Chrome desarrollada por bestshow202208, y su función principal es "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NFTSniper
Descarga archivos de extensión NFTSniper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | NFTSniper |
ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
URL Oficial | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
Descripción | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
Tamaño del Archivo | 103 KB |
Cantidad de Instalaciones | 50 |
Versión Actual | 1.2.2 |
Última Actualización | 2022-12-20 |
Fecha de Publicación | 2022-08-03 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | bestshow202208 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://bestshow.io/#/Home |
Idiomas Soportados | 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" } } |