NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
Τι είναι το NFTSniper;
Το NFTSniper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bestshow202208, και η κύρια λειτουργία του είναι "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NFTSniper
Λήψη αρχείων επέκτασης NFTSniper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | NFTSniper |
ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
Επίσημο URL | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
Περιγραφή | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
Μέγεθος Αρχείου | 103 KB |
Αριθμός Εγκαταστάσεων | 50 |
Τρέχουσα Έκδοση | 1.2.2 |
Τελευταία Ενημέρωση | 2022-12-20 |
Ημερομηνία Δημοσίευσης | 2022-08-03 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | bestshow202208 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://bestshow.io/#/Home |
Υποστηριζόμενες Γλώσσες | 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" } } |