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…

Wat is 0x Watch?

0x Watch is een Chrome-extensie ontwikkeld door Trivia Labs, en de belangrijkste functie is "0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 0x Watch

Download 0x Watch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam 0x Watch 0x Watch
ID efgnonjdjdpncdceljgjbopegddjojhn
Officiële URL https://chromewebstore.google.com/detail/0x-watch/efgnonjdjdpncdceljgjbopegddjojhn
Beschrijving 0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…
Bestandsgrootte 313 KB
Aantal Installaties 286
Huidige Versie 1.2.0
Laatst Bijgewerkt 2023-02-14
Publicatiedatum 2022-07-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Trivia Labs
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://0x.watch/
URL van de Privacybeleid Pagina https://www.trivia-labs.com/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}