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…
¿Qué es 0x Watch?
0x Watch es una extensión de Chrome desarrollada por Trivia Labs, y su función principal es "0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 0x Watch
Descarga archivos de extensión 0x Watch en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | 0x Watch |
ID | efgnonjdjdpncdceljgjbopegddjojhn |
URL Oficial | https://chromewebstore.google.com/detail/0x-watch/efgnonjdjdpncdceljgjbopegddjojhn |
Descripción | 0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details… |
Tamaño del Archivo | 313 KB |
Cantidad de Instalaciones | 286 |
Versión Actual | 1.2.0 |
Última Actualización | 2023-02-14 |
Fecha de Publicación | 2022-07-24 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Trivia Labs |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://0x.watch/ |
URL de la Página de Política de Privacidad | https://www.trivia-labs.com/privacy |
Idiomas Soportados | 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" ] } ] } |