Web3Yak
Grab records from blockchain for Web3 Domain Name
Web3Yak란 무엇입니까?
Web3Yak은(는) Web3Yak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grab records from blockchain for Web3 Domain Name"입니다.
확장 프로그램 스크린샷
Web3Yak 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |