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…

什么是0x Watch?

0x Watch是由Trivia Labs开发的Chrome扩展程序,该扩展的主要功能是“0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…”。

扩展截图

screenshot
screenshot
screenshot

下载0x Watch扩展crx文件

下载0x Watch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 0x Watch 0x Watch
ID efgnonjdjdpncdceljgjbopegddjojhn
官方URL https://chromewebstore.google.com/detail/0x-watch/efgnonjdjdpncdceljgjbopegddjojhn
简介 0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…
文件大小 313 KB
安装次数 286
当前版本 1.2.0
更新时间 2023-02-14
上架时间 2022-07-24
评分 5.00/5 共1次评分
开发者 Trivia Labs
电子邮箱 [email protected]
付费类型 free
扩展官网 https://0x.watch/
隐私政策页面URL https://www.trivia-labs.com/privacy
支持的语言 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"
            ]
        }
    ]
}