Web3Yak

Grab records from blockchain for Web3 Domain Name

Apa itu Web3Yak?

Web3Yak adalah ekstensi Chrome yang dikembangkan oleh Web3Yak, dan fitur utamanya adalah "Grab records from blockchain for Web3 Domain Name".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Web3Yak

Unduh file ekstensi Web3Yak dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Web3Yak Web3Yak
ID bnilcbigahdocnjoanbblccndkmggjei
URL Resmi https://chromewebstore.google.com/detail/web3yak/bnilcbigahdocnjoanbblccndkmggjei
Deskripsi Grab records from blockchain for Web3 Domain Name
Ukuran File 60.93 KB
Jumlah Instalasi 30
Versi Saat Ini 1.8
Terakhir Diperbarui 2023-05-09
Tanggal Publikasi 2022-04-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Web3Yak
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://web3yak.com/
URL Halaman Bantuan https://web3yak.com/app/knowledge-base/
URL Halaman Kebijakan Privasi https://web3yak.com/app/privacy-policy
Bahasa yang Didukung 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"
    ]
}