U3 - Your Web3 Data Hub

Hub For Your Self Sovereign Data

什麼是U3 - Your Web3 Data Hub?

U3 - Your Web3 Data Hub是由u3-builder開發的Chrome擴展程式,該擴展的主要功能是“Hub For Your Self Sovereign Data”。

擴展截圖

screenshot

下載U3 - Your Web3 Data Hub擴展crx文件

下載U3 - Your Web3 Data Hub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        u3.xyz is a hub and portal for users’ web3 data and community curated contents and events. The extension provides an interface and necessary features to both display the aggregated data and to contribute new content that others might be interested in. 

More specifically those features include:
submit content to u3.xyz from ANY site on the web (eg. any links) 
display 
(you have to connect u3.xyz with Wallet first)
Replace the new tab page with aggregated content (u3.xyz)                    

擴展基本資訊

名稱 U3 - Your Web3 Data Hub U3 - Your Web3 Data Hub
ID ekbpmlmidmnclcdiikjgmeapcollhjfc
官方網址 https://chromewebstore.google.com/detail/u3-your-web3-data-hub/ekbpmlmidmnclcdiikjgmeapcollhjfc
簡介 Hub For Your Self Sovereign Data
檔案大小 555 KB
安裝次數 38
目前版本 0.1.7
更新時間 2023-02-28
上架時間 2023-01-10
評分 5.00/5 共 5 次評分
開發者 u3-builder
電子郵箱 [email protected]
付費類型 free
擴展官網 https://u3.xyz
隱私政策頁面URL https://u3.xyz/policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "U3 - Your Web3 Data Hub",
    "description": "Hub For Your Self Sovereign Data",
    "version": "0.1.7",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "48": "images\/logo48.png",
            "192": "images\/logo192.png",
            "512": "images\/logo512.png"
        }
    },
    "icons": {
        "48": "images\/logo48.png",
        "192": "images\/logo192.png",
        "512": "images\/logo512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "install_notifier.js"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/u3.xyz\/*",
                "*:\/\/dev.u3.xyz\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/localhost\/*",
                "*:\/\/u3.xyz\/*",
                "*:\/\/dev.u3.xyz\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "minimum_chrome_version": "96",
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "contextMenus",
        "cookies"
    ],
    "host_permissions": [
        ""
    ]
}