Web3Yak

Grab records from blockchain for Web3 Domain Name

Qu'est-ce que Web3Yak ?

Web3Yak est une extension Chrome développée par Web3Yak, et sa fonction principale est "Grab records from blockchain for Web3 Domain Name".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Web3Yak

Téléchargez les fichiers d'extension Web3Yak au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Web3Yak Web3Yak
ID bnilcbigahdocnjoanbblccndkmggjei
URL Officiel https://chromewebstore.google.com/detail/web3yak/bnilcbigahdocnjoanbblccndkmggjei
Description Grab records from blockchain for Web3 Domain Name
Taille du Fichier 60.93 KB
Nombre d'Installations 30
Version Actuelle 1.8
Dernière Mise à Jour 2023-05-09
Date de Publication 2022-04-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur Web3Yak
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://web3yak.com/
URL de la Page d'Aide https://web3yak.com/app/knowledge-base/
URL de la Page de Politique de Confidentialité https://web3yak.com/app/privacy-policy
Langues Prises en Charge 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"
    ]
}