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…
Vad är 0x Watch?
0x Watch är en Chrome-tillägg utvecklad av Trivia Labs, och dess huvudfunktion är "0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details…".
Tilläggsskärmbilder
Ladda ner 0x Watch-förlängningens CRX-fil
Ladda ner 0x Watch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | 0x Watch |
ID | efgnonjdjdpncdceljgjbopegddjojhn |
Officiell webbadress | https://chromewebstore.google.com/detail/0x-watch/efgnonjdjdpncdceljgjbopegddjojhn |
Beskrivning | 0x Watch - All In One Wallet Watcher 0x Watch is an all-in-one Ethereum address watcher, which helps you quickly know the details… |
Filstorlek | 313 KB |
Antal Installationer | 286 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2023-02-14 |
Publiceringsdatum | 2022-07-24 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Trivia Labs |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://0x.watch/ |
URL till Sekretesspolicy Sidan | https://www.trivia-labs.com/privacy |
Stödda Språk | 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" ] } ] } |