NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
What is NFTSniper?
NFTSniper is a Chrome extension developed by bestshow202208, and its main feature is "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.".
Extension Screenshots
Download NFTSniper Extension CRX File
Download NFTSniper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NFTSniper |
ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
Official URL | 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. |
File Size | 103 KB |
Installation Count | 50 |
Current Version | 1.2.2 |
Last Updated | 2022-12-20 |
Publish Date | 2022-08-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | bestshow202208 |
[email protected] | |
Payment Type | free |
Extension Website | https://bestshow.io/#/Home |
Supported Languages | 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" } } |