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…

Was ist 0x Watch?

0x Watch ist eine Chrome-Erweiterung, die von Trivia Labs entwickelt wurde, und ihr Hauptmerkmal ist "0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

0x Watch-Erweiterungs-CRX-Datei herunterladen

Laden Sie 0x Watch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name 0x Watch 0x Watch
ID efgnonjdjdpncdceljgjbopegddjojhn
Offizielle URL https://chromewebstore.google.com/detail/0x-watch/efgnonjdjdpncdceljgjbopegddjojhn
Beschreibung 0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…
Dateigröße 313 KB
Installationsanzahl 286
Aktuelle Version 1.2.0
Letztes Update 2023-02-14
Veröffentlichungsdatum 2022-07-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Trivia Labs
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://0x.watch/
URL der Datenschutzrichtlinien-Seite https://www.trivia-labs.com/privacy
Unterstützte Sprachen 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"
            ]
        }
    ]
}