Alterdot Browser Extension
Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction.
Qu'est-ce que Alterdot Browser Extension ?
Alterdot Browser Extension est une extension Chrome développée par Alterdot, et sa fonction principale est "Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alterdot Browser Extension
Téléchargez les fichiers d'extension Alterdot Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Alterdot Browser Extension |
ID | ioblpebmfllgahknonobbkenomklplhn |
URL Officiel | https://chromewebstore.google.com/detail/alterdot-browser-extensio/ioblpebmfllgahknonobbkenomklplhn |
Description | Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction. |
Taille du Fichier | 254 KB |
Nombre d'Installations | 77 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2021-10-21 |
Date de Publication | 2021-10-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Alterdot |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://alterdot.network/ |
URL de la Page d'Aide | https://docs.alterdot.network/ |
Langues Prises en Charge | 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": [ " |