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…」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |