Web3Yak
Grab records from blockchain for Web3 Domain Name
Wat is Web3Yak?
Web3Yak is een Chrome-extensie ontwikkeld door Web3Yak, en de belangrijkste functie is "Grab records from blockchain for Web3 Domain Name".
Extensie Screenshots
Download het CRX-bestand van de extensie Web3Yak
Download Web3Yak-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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..
Basisinformatie over de Extensie
Naam | Web3Yak |
ID | bnilcbigahdocnjoanbblccndkmggjei |
Officiële URL | https://chromewebstore.google.com/detail/web3yak/bnilcbigahdocnjoanbblccndkmggjei |
Beschrijving | Grab records from blockchain for Web3 Domain Name |
Bestandsgrootte | 60.93 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2023-05-09 |
Publicatiedatum | 2022-04-28 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Web3Yak |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://web3yak.com/ |
Help Pagina-URL | https://web3yak.com/app/knowledge-base/ |
URL van de Privacybeleid Pagina | https://web3yak.com/app/privacy-policy |
Ondersteunde Talen | 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" ] } |