U3 - Your Web3 Data Hub
Hub For Your Self Sovereign Data
Wat is U3 - Your Web3 Data Hub?
U3 - Your Web3 Data Hub is een Chrome-extensie ontwikkeld door u3-builder, en de belangrijkste functie is "Hub For Your Self Sovereign Data".
Extensie Screenshots
Download het CRX-bestand van de extensie U3 - Your Web3 Data Hub
Download U3 - Your Web3 Data Hub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | U3 - Your Web3 Data Hub |
ID | ekbpmlmidmnclcdiikjgmeapcollhjfc |
Officiële URL | https://chromewebstore.google.com/detail/u3-your-web3-data-hub/ekbpmlmidmnclcdiikjgmeapcollhjfc |
Beschrijving | Hub For Your Self Sovereign Data |
Bestandsgrootte | 555 KB |
Aantal Installaties | 38 |
Huidige Versie | 0.1.7 |
Laatst Bijgewerkt | 2023-02-28 |
Publicatiedatum | 2023-01-10 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | u3-builder |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://u3.xyz |
URL van de Privacybeleid Pagina | https://u3.xyz/policy |
Ondersteunde Talen | 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": [ " |