U3 - Your Web3 Data Hub

Hub For Your Self Sovereign Data

U3 - Your Web3 Data Hub là gì?

U3 - Your Web3 Data Hub là một tiện ích mở rộng Chrome được phát triển bởi u3-builder, và tính năng chính của nó là "Hub For Your Self Sovereign Data".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng U3 - Your Web3 Data Hub

Tải xuống các tệp mở rộng U3 - Your Web3 Data Hub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên U3 - Your Web3 Data Hub U3 - Your Web3 Data Hub
ID ekbpmlmidmnclcdiikjgmeapcollhjfc
URL Chính Thức https://chromewebstore.google.com/detail/u3-your-web3-data-hub/ekbpmlmidmnclcdiikjgmeapcollhjfc
Mô tả Hub For Your Self Sovereign Data
Kích Thước Tệp 555 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2023-02-28
Ngày Phát Hành 2023-01-10
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển u3-builder
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://u3.xyz
URL Trang Chính Sách Bảo Mật https://u3.xyz/policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}