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によって開発されたChromeの拡張機能で、その主な機能は「Surf in the Web3 using the Freename Plugin! You can enter Web3 domains and navigate to their site.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Freename Web3 Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}