Freename Web3 Extension

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

Co to jest Freename Web3 Extension?

Freename Web3 Extension to rozszerzenie Chrome opracowane przez Freename, a jego główną funkcją jest „Surf in the Web3 using the Freename Plugin! You can enter Web3 domains and navigate to their site.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Freename Web3 Extension

Pobierz pliki rozszerzeń Freename Web3 Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Freename Web3 Extension Freename Web3 Extension
ID dadabjafkcoenclipjleokiadhjglkee
Oficjalny URL https://chromewebstore.google.com/detail/freename-web3-extension/dadabjafkcoenclipjleokiadhjglkee
Opis Surf in the Web3 using the Freename Plugin! You can enter Web3 domains and navigate to their site.
Rozmiar pliku 1.74 MB
Liczba instalacji 2,041
Aktualna Wersja 2.1.2
Ostatnia Aktualizacja 2023-12-13
Data Publikacji 2023-01-22
Ocena 4.92/5 Łącznie 278 Oceny
Deweloper Freename
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://freename.io
Adres URL Strony Pomocy https://freename.io/faq/
Adres URL Strony Polityki Prywatności https://freename.io/privacy-policy
Obsługiwane Języki 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"
    }
}