Alterdot Browser Extension
Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction.
Co je Alterdot Browser Extension?
Alterdot Browser Extension je rozšíření Chrome vyvinuté Alterdot, a jeho hlavní funkcí je „Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Alterdot Browser Extension
Stáhněte si soubory rozšíření Alterdot Browser Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Alterdot Browser Extension |
ID | ioblpebmfllgahknonobbkenomklplhn |
Oficiální URL | https://chromewebstore.google.com/detail/alterdot-browser-extensio/ioblpebmfllgahknonobbkenomklplhn |
Popis | Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction. |
Velikost souboru | 254 KB |
Počet instalací | 77 |
Aktuální Verze | 0.1.1 |
Poslední Aktualizace | 2021-10-21 |
Datum Vydání | 2021-10-21 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Alterdot |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://alterdot.network/ |
URL Stránky Nápovědy | https://docs.alterdot.network/ |
Podporované Jazyky | 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": [ " |