Freename Web3 Extension

Surf in the Web3 using the Freename Plugin! You can enter Web3 domains and navigate to their site.

Freename Web3 Extension क्या है?

Freename Web3 Extension Freename द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Surf in the Web3 using the Freename Plugin! You can enter Web3 domains and navigate to their site."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Surf the internet with Web3 Domains using the Freename Browser Extension! You can enter Web3 domains to navigate traditional websites, access the Web3 WHOIS, register new Web3 Domains and TLDs and much more.

To use the nav bar, please enter a Web3 Domain with http:// at the beginning.

Please note: this is a BETA version, Freename is not responsible for damage, crashes or malfunctions of your browser and personal computer.                    

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

नाम Freename Web3 Extension Freename Web3 Extension
ID dadabjafkcoenclipjleokiadhjglkee
आधिकारिक URL https://chromewebstore.google.com/detail/freename-web3-extension/dadabjafkcoenclipjleokiadhjglkee
विवरण Surf in the Web3 using the Freename Plugin! You can enter Web3 domains and navigate to their site.
फ़ाइल का आकार 1.74 MB
स्थापना संख्या 2,041
वर्तमान संस्करण 2.1.2
अंतिम अपडेट 2023-12-13
प्रकाशन तिथि 2023-01-22
रेटिंग 4.92/5 कुल 278 रेटिंग्स
डेवलपर Freename
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://freename.io
सहायता पृष्ठ URL https://freename.io/faq/
गोपनीयता नीति पृष्ठ URL https://freename.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freename Web3 Extension",
    "version": "2.1.2",
    "description": "Surf in the Web3 using the Freename Plugin! You can enter Web3 domains and navigate to their site.",
    "manifest_version": 3,
    "permissions": [
        "webRequest",
        "",
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Freename Web3 Extension",
        "default_icon": {
            "16": ".\/assets\/img\/logo\/16x.png",
            "32": ".\/assets\/img\/logo\/32x.png",
            "48": ".\/assets\/img\/logo\/48x.png",
            "128": ".\/assets\/img\/logo\/128x.png"
        }
    },
    "icons": {
        "16": ".\/assets\/img\/logo\/16x.png",
        "32": ".\/assets\/img\/logo\/32x.png",
        "48": ".\/assets\/img\/logo\/48x.png",
        "128": ".\/assets\/img\/logo\/128x.png"
    }
}