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…
Co je 0x Watch?
0x Watch je rozšíření Chrome vyvinuté Trivia Labs, a jeho hlavní funkcí je „0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření 0x Watch
Stáhněte si soubory rozšíření 0x Watch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | 0x Watch |
ID | efgnonjdjdpncdceljgjbopegddjojhn |
Oficiální URL | https://chromewebstore.google.com/detail/0x-watch/efgnonjdjdpncdceljgjbopegddjojhn |
Popis | 0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details… |
Velikost souboru | 313 KB |
Počet instalací | 286 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2023-02-14 |
Datum Vydání | 2022-07-24 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Trivia Labs |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://0x.watch/ |
URL Stránky Zásad Ochrany Soukromí | https://www.trivia-labs.com/privacy |
Podporované Jazyky | 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" ] } ] } |