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 |
官方網址 | 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" ] } |