U3 - Your Web3 Data Hub
Hub For Your Self Sovereign Data
O que é U3 - Your Web3 Data Hub?
U3 - Your Web3 Data Hub é uma extensão do Chrome desenvolvida por u3-builder, e sua principal característica é "Hub For Your Self Sovereign Data".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão U3 - Your Web3 Data Hub
Baixe arquivos de extensão U3 - Your Web3 Data Hub no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | U3 - Your Web3 Data Hub |
ID | ekbpmlmidmnclcdiikjgmeapcollhjfc |
URL Oficial | https://chromewebstore.google.com/detail/u3-your-web3-data-hub/ekbpmlmidmnclcdiikjgmeapcollhjfc |
Descrição | Hub For Your Self Sovereign Data |
Tamanho do Arquivo | 555 KB |
Contagem de Instalações | 38 |
Versão Atual | 0.1.7 |
Última Atualização | 2023-02-28 |
Data de Publicação | 2023-01-10 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | u3-builder |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://u3.xyz |
URL da Página de Política de Privacidade | https://u3.xyz/policy |
Idiomas Suportados | 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": [ " |