Web3Yak
Grab records from blockchain for Web3 Domain Name
什么是Web3Yak?
Web3Yak是由Web3Yak开发的Chrome扩展程序,该扩展的主要功能是“Grab records from blockchain for Web3 Domain Name”。
扩展截图
下载Web3Yak扩展crx文件
下载Web3Yak扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Explore Decentralized Blockchain Domains with Web3Yak Name Extension Effortlessly access decentralized blockchain domains with our Web3 Domain Name extension. Get all the information you need in one place, including social handles, email, website URL, profile name, phone number, and various wallet addresses (ERC 20, BSC 20, Bitcoin, Filecoin, Polygon). Your privacy is our top priority. We do not collect any personal information, such as IP addresses, cookies, or site data. Feel confident and safe while using our extension. Get your own unique domain name for free. Visit our website for more information. Supported Domains: .eth .crypto & many more..
扩展基本信息
名称 | Web3Yak |
ID | bnilcbigahdocnjoanbblccndkmggjei |
官方URL | https://chromewebstore.google.com/detail/web3yak/bnilcbigahdocnjoanbblccndkmggjei |
简介 | Grab records from blockchain for Web3 Domain Name |
文件大小 | 60.93 KB |
安装次数 | 30 |
当前版本 | 1.8 |
更新时间 | 2023-05-09 |
上架时间 | 2022-04-28 |
评分 | 5.00/5 共2次评分 |
开发者 | Web3Yak |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://web3yak.com/ |
帮助页面URL | https://web3yak.com/app/knowledge-base/ |
隐私政策页面URL | https://web3yak.com/app/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web3Yak", "description": "Grab records from blockchain for Web3 Domain Name", "homepage_url": "https:\/\/web3domain.org", "version": "1.8", "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "action": { "default_title": "execute.js will run (watch the Chrome DevTools' console)", "default_popup": "popup.html" }, "icons": { "128": "logo128.png" }, "content_scripts": [ { "run_at": "document_start", "js": [ "before.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, { "run_at": "document_idle", "js": [ "jquery.min.js", "after.min.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ] } |