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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |