(Unofficial) Blockstack Extension
Adds Blockstack support to the Web Browser.
O que é (Unofficial) Blockstack Extension?
(Unofficial) Blockstack Extension é uma extensão do Chrome desenvolvida por Michael Fedora, e sua principal característica é "Adds Blockstack support to the Web Browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão (Unofficial) Blockstack Extension
Baixe arquivos de extensão (Unofficial) Blockstack Extension 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
This is a web extension to add Blockstack support to the Web Browser by making it so a user can log into the browser and authenticate apps via popup windows instead of through https://browser.blockstack.org/ or having to run their own instance of the Blockstack Browser. This makes the experience much more native and easy to use! Wallet transactions have not been tested, so use those at your own risk!
Informações Básicas da Extensão
Nome | |
ID | ldkenndopbdlbphmdmnmanmkhcjahmnm |
URL Oficial | https://chromewebstore.google.com/detail/unofficial-blockstack-ext/ldkenndopbdlbphmdmnmanmkhcjahmnm |
Descrição | Adds Blockstack support to the Web Browser. |
Tamanho do Arquivo | 1.75 MB |
Contagem de Instalações | 53 |
Versão Atual | 2.3.4 |
Última Atualização | 2019-08-05 |
Data de Publicação | 2019-08-05 |
Desenvolvedor | Michael Fedora |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/MichaelFedora/unofficial-blockstack-extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "(Unofficial) Blockstack Extension", "short_name": "uBlockstack", "version": "2.3.4", "author": "Michael Fedora", "homepage_url": "https:\/\/github.com\/michaelfedora\/unofficial-blockstack-extension", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Adds Blockstack support to the Web Browser.", "icons": { "16": "assets\/images\/icon-16.png", "19": "assets\/images\/icon-19.png", "38": "assets\/images\/icon-38.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "browser_action": { "default_icon": { "16": "assets\/images\/icon-16.png", "19": "assets\/images\/icon-19.png", "38": "assets\/images\/icon-38.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "default_title": "Blockstack Extension", "default_popup": "popup.html", "browser_style": false }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/browser.blockstack.org\/*", "*:\/\/blockstack.org\/*", "*:\/\/localhost\/", " |