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