U3 - Your Web3 Data Hub

Hub For Your Self Sovereign Data

Was ist U3 - Your Web3 Data Hub?

U3 - Your Web3 Data Hub ist eine Chrome-Erweiterung, die von u3-builder entwickelt wurde, und ihr Hauptmerkmal ist "Hub For Your Self Sovereign Data".

Erweiterungsscreenshots

screenshot

U3 - Your Web3 Data Hub-Erweiterungs-CRX-Datei herunterladen

Laden Sie U3 - Your Web3 Data Hub-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name U3 - Your Web3 Data Hub U3 - Your Web3 Data Hub
ID ekbpmlmidmnclcdiikjgmeapcollhjfc
Offizielle URL https://chromewebstore.google.com/detail/u3-your-web3-data-hub/ekbpmlmidmnclcdiikjgmeapcollhjfc
Beschreibung Hub For Your Self Sovereign Data
Dateigröße 555 KB
Installationsanzahl 38
Aktuelle Version 0.1.7
Letztes Update 2023-02-28
Veröffentlichungsdatum 2023-01-10
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler u3-builder
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://u3.xyz
URL der Datenschutzrichtlinien-Seite https://u3.xyz/policy
Unterstützte Sprachen 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": [
        ""
    ]
}