Alterdot Browser Extension
Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction.
¿Qué es Alterdot Browser Extension?
Alterdot Browser Extension es una extensión de Chrome desarrollada por Alterdot, y su función principal es "Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Alterdot Browser Extension
Descarga archivos de extensión Alterdot Browser Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
The Alterdot browser extension is the main facilitator of our decentralized web built upon blockchain and IPFS. The extension allows for blockchain domain name resolution and limited wallet functionality which is realized with the help of an Alterdot node that is running locally. An IPFS gateway must also be available on your machine in order to achieve full decentralization. Even without local IPFS and Alterdot nodes, the browser extension will be able to resolve blockchain domains names as it will be using our own servers for domain resolution and a public IPFS gateway for accessing content. Light wallet functionality will also be introduced in the future.
Información Básica de la Extensión
Nombre | Alterdot Browser Extension |
ID | ioblpebmfllgahknonobbkenomklplhn |
URL Oficial | https://chromewebstore.google.com/detail/alterdot-browser-extensio/ioblpebmfllgahknonobbkenomklplhn |
Descripción | Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction. |
Tamaño del Archivo | 254 KB |
Cantidad de Instalaciones | 77 |
Versión Actual | 0.1.1 |
Última Actualización | 2021-10-21 |
Fecha de Publicación | 2021-10-21 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Alterdot |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://alterdot.network/ |
URL de la Página de Ayuda | https://docs.alterdot.network/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alterdot Browser Extension", "version": "0.1.1", "description": "Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction.", "permissions": [ "*:\/\/*\/*?q=.*", "*:\/\/*\/*?q=*.a*", "*:\/\/*\/*?q=*.adot*", "*:\/\/*.a\/*", "*:\/\/*.adot\/*", "webRequest", "webRequestBlocking", "storage" ], "background": { "scripts": [ "common.js", "background.js" ] }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ " |