Web3Yak
Grab records from blockchain for Web3 Domain Name
What is Web3Yak?
Web3Yak is a Chrome extension developed by Web3Yak, and its main feature is "Grab records from blockchain for Web3 Domain Name".
Extension Screenshots
Download Web3Yak Extension CRX File
Download Web3Yak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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..
Extension Basic Information
Name | Web3Yak |
ID | bnilcbigahdocnjoanbblccndkmggjei |
Official URL | https://chromewebstore.google.com/detail/web3yak/bnilcbigahdocnjoanbblccndkmggjei |
Description | Grab records from blockchain for Web3 Domain Name |
File Size | 60.93 KB |
Installation Count | 30 |
Current Version | 1.8 |
Last Updated | 2023-05-09 |
Publish Date | 2022-04-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Web3Yak |
[email protected] | |
Payment Type | free |
Extension Website | https://web3yak.com/ |
Help Page URL | https://web3yak.com/app/knowledge-base/ |
Privacy Policy Page URL | https://web3yak.com/app/privacy-policy |
Supported Languages | 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" ] } |