NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
Qu'est-ce que NFTSniper ?
NFTSniper est une extension Chrome développée par bestshow202208, et sa fonction principale est "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NFTSniper
Téléchargez les fichiers d'extension NFTSniper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NFTSniper |
ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
URL Officiel | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
Description | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
Taille du Fichier | 103 KB |
Nombre d'Installations | 50 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2022-12-20 |
Date de Publication | 2022-08-03 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | bestshow202208 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://bestshow.io/#/Home |
Langues Prises en Charge | 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" } } |