Web3Yak

Grab records from blockchain for Web3 Domain Name

O que é Web3Yak?

Web3Yak é uma extensão do Chrome desenvolvida por Web3Yak, e sua principal característica é "Grab records from blockchain for Web3 Domain Name".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Web3Yak

Baixe arquivos de extensão Web3Yak no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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..                    

Informações Básicas da Extensão

Nome Web3Yak Web3Yak
ID bnilcbigahdocnjoanbblccndkmggjei
URL Oficial https://chromewebstore.google.com/detail/web3yak/bnilcbigahdocnjoanbblccndkmggjei
Descrição Grab records from blockchain for Web3 Domain Name
Tamanho do Arquivo 60.93 KB
Contagem de Instalações 30
Versão Atual 1.8
Última Atualização 2023-05-09
Data de Publicação 2022-04-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Web3Yak
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://web3yak.com/
URL da Página de Ajuda https://web3yak.com/app/knowledge-base/
URL da Página de Política de Privacidade https://web3yak.com/app/privacy-policy
Idiomas Suportados 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"
    ]
}