NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
Cos'è NFTSniper?
NFTSniper è un'estensione di Chrome sviluppata da bestshow202208, e la sua funzione principale è "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NFTSniper
Scarica i file di estensione NFTSniper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | NFTSniper |
ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
URL Ufficiale | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
Descrizione | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
Dimensione del File | 103 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2022-12-20 |
Data di Pubblicazione | 2022-08-03 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | bestshow202208 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://bestshow.io/#/Home |
Lingue Supportate | 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" } } |