Web3Yak

Grab records from blockchain for Web3 Domain Name

Co to jest Web3Yak?

Web3Yak to rozszerzenie Chrome opracowane przez Web3Yak, a jego główną funkcją jest „Grab records from blockchain for Web3 Domain Name”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Web3Yak

Pobierz pliki rozszerzeń Web3Yak w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Web3Yak Web3Yak
ID bnilcbigahdocnjoanbblccndkmggjei
Oficjalny URL https://chromewebstore.google.com/detail/web3yak/bnilcbigahdocnjoanbblccndkmggjei
Opis Grab records from blockchain for Web3 Domain Name
Rozmiar pliku 60.93 KB
Liczba instalacji 30
Aktualna Wersja 1.8
Ostatnia Aktualizacja 2023-05-09
Data Publikacji 2022-04-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Web3Yak
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://web3yak.com/
Adres URL Strony Pomocy https://web3yak.com/app/knowledge-base/
Adres URL Strony Polityki Prywatności https://web3yak.com/app/privacy-policy
Obsługiwane Języki 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"
    ]
}