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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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/ |
URL της Σελίδας Πολιτικής Απορρήτου | 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" ] } ] } |