0x Watch
0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…
ما هو 0x Watch؟
0x Watch هو إضافة Chrome تم تطويرها بواسطة Trivia Labs، والميزة الرئيسية لها هي "0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 0x Watch
قم بتنزيل ملفات الامتداد 0x Watch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details behind an address. Details included: - What kind of person is behind the wallet; - The total value of his holdings (Includes ETH and NFTs); - Flip records: wallet’s flip profit in the last 30/90/180 days - His/her associated Wallets; - His/her recent activities of NFT Trading. Chrome Extension features: - Quickly identify a person's wallet details on OpenSea and Twitter through nicknames. - Quickly identify as you select a wallet address text. And more features are on the way!
معلومات أساسية عن التمديد
الاسم | 0x Watch |
ID | efgnonjdjdpncdceljgjbopegddjojhn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/0x-watch/efgnonjdjdpncdceljgjbopegddjojhn |
الوصف | 0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details… |
حجم الملف | 313 KB |
عدد التثبيتات | 286 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2023-02-14 |
تاريخ النشر | 2022-07-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Trivia Labs |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://0x.watch/ |
عنوان صفحة سياسة الخصوصية | https://www.trivia-labs.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "0x Watch", "version": "1.2.0", "description": "", "icons": { "32": "icons\/icon.png", "64": "icons\/[email protected]", "128": "icons\/[email protected]" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/opensea.io\/*", "*:\/\/*\/*" ], "permissions": [ "contextMenus" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ], "css": [ "contentScript.css" ] } ] } |