Web3Yak

Grab records from blockchain for Web3 Domain Name

Что такое Web3Yak?

Web3Yak - это расширение Chrome, разработанное Web3Yak, и его основная функция - "Grab records from blockchain for Web3 Domain Name".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Web3Yak

Скачайте файлы расширений Web3Yak в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 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"
    ]
}