NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
O que é NFTSniper?
NFTSniper é uma extensão do Chrome desenvolvida por bestshow202208, e sua principal característica é "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NFTSniper
Baixe arquivos de extensão NFTSniper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | NFTSniper |
ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
URL Oficial | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
Descrição | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
Tamanho do Arquivo | 103 KB |
Contagem de Instalações | 50 |
Versão Atual | 1.2.2 |
Última Atualização | 2022-12-20 |
Data de Publicação | 2022-08-03 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | bestshow202208 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://bestshow.io/#/Home |
Idiomas Suportados | 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" } } |