Web3Yak

Grab records from blockchain for Web3 Domain Name

Web3Yakとは何ですか?

Web3YakはWeb3Yakによって開発されたChromeの拡張機能で、その主な機能は「Grab records from blockchain for Web3 Domain Name」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Web3Yak拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}