NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
Co je NFTSniper?
NFTSniper je rozšíření Chrome vyvinuté bestshow202208, a jeho hlavní funkcí je „Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření NFTSniper
Stáhněte si soubory rozšíření NFTSniper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | NFTSniper |
ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
Oficiální URL | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
Popis | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
Velikost souboru | 103 KB |
Počet instalací | 50 |
Aktuální Verze | 1.2.2 |
Poslední Aktualizace | 2022-12-20 |
Datum Vydání | 2022-08-03 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | bestshow202208 |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://bestshow.io/#/Home |
Podporované Jazyky | 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" } } |