Web3 Name Service (WNS)

WNS chrome extension allows dApps to integrate with the WNS ecosystem

Web3 Name Service (WNS) क्या है?

Web3 Name Service (WNS) https://wnsdomains.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WNS chrome extension allows dApps to integrate with the WNS ecosystem"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web3 Name Service (WNS) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Web3 Name Service (WNS) is a domain naming service which allows users to map their Web3 wallet addresses to a human-readable username. Your Web3 username allows you to access blockchain and non-blockchain resources, connecting various spheres of your Web3 world together. You can send and receive payments, host a website and showcase your NFT collection through your username.

WNS chrome extension allows integration of dApps with the WNS ecosystem. This extension acts a gateway to access the WNS database and provide a seamless interface for resolution of WNS usernames within the dApp environment.                    

एक्सटेंशन की मूल जानकारी

नाम Web3 Name Service (WNS) Web3 Name Service (WNS)
ID jpcmgjfdfgakjebkgpakliolapnaglkd
आधिकारिक URL https://chromewebstore.google.com/detail/web3-name-service-wns/jpcmgjfdfgakjebkgpakliolapnaglkd
विवरण WNS chrome extension allows dApps to integrate with the WNS ecosystem
फ़ाइल का आकार 87.24 KB
स्थापना संख्या 165
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2022-02-24
प्रकाशन तिथि 2022-02-17
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://wnsdomains.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wnsdomains.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web3 Name Service (WNS)",
    "description": "WNS chrome extension allows dApps to integrate with the WNS ecosystem",
    "version": "0.1.2",
    "manifest_version": 3,
    "icons": {
        "16": ".\/resources\/images\/16.png",
        "32": ".\/resources\/images\/32.png",
        "48": ".\/resources\/images\/48.png",
        "128": ".\/resources\/images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "\/resources\/scripts\/wns_resolver.js",
                "\/resources\/scripts\/jquery.js",
                "\/resources\/js\/main\/imports.js",
                "\/resources\/js\/main\/etherscan.js",
                "\/resources\/js\/main\/opensea.js",
                "\/resources\/js\/main\/binance.js",
                "\/resources\/js\/main\/ftx.js",
                "\/resources\/js\/main\/kraken.js",
                "\/resources\/js\/main\/kucoin.js",
                "index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/resources\/images\/collections.json",
                "\/resources\/images\/blue128x128.png",
                "\/resources\/images\/gray128x128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}