Web3Yak

Grab records from blockchain for Web3 Domain Name

Web3Yak là gì?

Web3Yak là một tiện ích mở rộng Chrome được phát triển bởi Web3Yak, và tính năng chính của nó là "Grab records from blockchain for Web3 Domain Name".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web3Yak

Tải xuống các tệp mở rộng Web3Yak dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web3Yak Web3Yak
ID bnilcbigahdocnjoanbblccndkmggjei
URL Chính Thức https://chromewebstore.google.com/detail/web3yak/bnilcbigahdocnjoanbblccndkmggjei
Mô tả Grab records from blockchain for Web3 Domain Name
Kích Thước Tệp 60.93 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2023-05-09
Ngày Phát Hành 2022-04-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Web3Yak
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://web3yak.com/
URL Trang Trợ Giúp https://web3yak.com/app/knowledge-base/
URL Trang Chính Sách Bảo Mật https://web3yak.com/app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}