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
官方網址 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"
    }
}