(Unofficial) Blockstack Extension
Adds Blockstack support to the Web Browser.
Wat is (Unofficial) Blockstack Extension?
(Unofficial) Blockstack Extension is een Chrome-extensie ontwikkeld door Michael Fedora, en de belangrijkste functie is "Adds Blockstack support to the Web Browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie (Unofficial) Blockstack Extension
Download (Unofficial) Blockstack Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | ldkenndopbdlbphmdmnmanmkhcjahmnm |
Officiële URL | https://chromewebstore.google.com/detail/unofficial-blockstack-ext/ldkenndopbdlbphmdmnmanmkhcjahmnm |
Beschrijving | Adds Blockstack support to the Web Browser. |
Bestandsgrootte | 1.75 MB |
Aantal Installaties | 53 |
Huidige Versie | 2.3.4 |
Laatst Bijgewerkt | 2019-08-05 |
Publicatiedatum | 2019-08-05 |
Ontwikkelaar | Michael Fedora |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/MichaelFedora/unofficial-blockstack-extension |
Ondersteunde Talen | 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\/", " |