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
官方URL 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": [
        ""
    ]
}