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'est-ce que 0x Watch ?

0x Watch est une extension Chrome développée par Trivia Labs, et sa fonction principale est "0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 0x Watch

Téléchargez les fichiers d'extension 0x Watch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom 0x Watch 0x Watch
ID efgnonjdjdpncdceljgjbopegddjojhn
URL Officiel https://chromewebstore.google.com/detail/0x-watch/efgnonjdjdpncdceljgjbopegddjojhn
Description 0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…
Taille du Fichier 313 KB
Nombre d'Installations 286
Version Actuelle 1.2.0
Dernière Mise à Jour 2023-02-14
Date de Publication 2022-07-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur Trivia Labs
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://0x.watch/
URL de la Page de Politique de Confidentialité https://www.trivia-labs.com/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}