NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
NFTSniper क्या है?
NFTSniper bestshow202208 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NFTSniper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |