NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
Was ist NFTSniper?
NFTSniper ist eine Chrome-Erweiterung, die von bestshow202208 entwickelt wurde, und ihr Hauptmerkmal ist "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.".
Erweiterungsscreenshots
NFTSniper-Erweiterungs-CRX-Datei herunterladen
Laden Sie NFTSniper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | NFTSniper |
ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
Offizielle URL | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
Beschreibung | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
Dateigröße | 103 KB |
Installationsanzahl | 50 |
Aktuelle Version | 1.2.2 |
Letztes Update | 2022-12-20 |
Veröffentlichungsdatum | 2022-08-03 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | bestshow202208 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://bestshow.io/#/Home |
Unterstützte Sprachen | 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" } } |