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 - это расширение Chrome, разработанное Freename, и его основная функция - "Surf in the Web3 using the Freename Plugin! You can enter Web3 domains and navigate to their site.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Freename Web3 Extension

Скачайте файлы расширений Freename Web3 Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}