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…

O que é 0x Watch?

0x Watch é uma extensão do Chrome desenvolvida por Trivia Labs, e sua principal característica é "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 Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 0x Watch

Baixe arquivos de extensão 0x Watch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome 0x Watch 0x Watch
ID efgnonjdjdpncdceljgjbopegddjojhn
URL Oficial https://chromewebstore.google.com/detail/0x-watch/efgnonjdjdpncdceljgjbopegddjojhn
Descrição 0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…
Tamanho do Arquivo 313 KB
Contagem de Instalações 286
Versão Atual 1.2.0
Última Atualização 2023-02-14
Data de Publicação 2022-07-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Trivia Labs
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://0x.watch/
URL da Página de Política de Privacidade https://www.trivia-labs.com/privacy
Idiomas Suportados 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"
            ]
        }
    ]
}