NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
Co to jest NFTSniper?
NFTSniper to rozszerzenie Chrome opracowane przez bestshow202208, a jego główną funkcją jest „Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NFTSniper
Pobierz pliki rozszerzeń NFTSniper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | NFTSniper |
ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
Oficjalny URL | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
Opis | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
Rozmiar pliku | 103 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 1.2.2 |
Ostatnia Aktualizacja | 2022-12-20 |
Data Publikacji | 2022-08-03 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | bestshow202208 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://bestshow.io/#/Home |
Obsługiwane Języki | 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" } } |