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…
Hvad er 0x Watch?
0x Watch er en Chrome-udvidelse udviklet af Trivia Labs, og dens hovedfunktion er "0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…".
Udvidelsesskærmbilleder
Download 0x Watch-udvidelses-CRX-fil
Download 0x Watch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | 0x Watch |
ID | efgnonjdjdpncdceljgjbopegddjojhn |
Officiel URL | https://chromewebstore.google.com/detail/0x-watch/efgnonjdjdpncdceljgjbopegddjojhn |
Beskrivelse | 0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details… |
Filstørrelse | 313 KB |
Antal Installationer | 286 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2023-02-14 |
Udgivelsesdato | 2022-07-24 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Trivia Labs |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://0x.watch/ |
URL til Fortrolighedspolitik Side | https://www.trivia-labs.com/privacy |
Understøttede Sprog | 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" ] } ] } |