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