Web3Yak

Grab records from blockchain for Web3 Domain Name

Cos'è Web3Yak?

Web3Yak è un'estensione di Chrome sviluppata da Web3Yak, e la sua funzione principale è "Grab records from blockchain for Web3 Domain Name".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Web3Yak

Scarica i file di estensione Web3Yak in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Web3Yak Web3Yak
ID bnilcbigahdocnjoanbblccndkmggjei
URL Ufficiale https://chromewebstore.google.com/detail/web3yak/bnilcbigahdocnjoanbblccndkmggjei
Descrizione Grab records from blockchain for Web3 Domain Name
Dimensione del File 60.93 KB
Conteggio Installazioni 30
Versione Corrente 1.8
Ultimo Aggiornamento 2023-05-09
Data di Pubblicazione 2022-04-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Web3Yak
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://web3yak.com/
URL della Pagina di Aiuto https://web3yak.com/app/knowledge-base/
URL della Pagina della Politica sulla Privacy https://web3yak.com/app/privacy-policy
Lingue Supportate 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"
    ]
}