PopLocker
Browse the decentralised web
O que é PopLocker?
PopLocker é uma extensão do Chrome desenvolvida por http://poplocker.io, e sua principal característica é "Browse the decentralised web".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PopLocker
Baixe arquivos de extensão PopLocker 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
PopLocker is the simplest way to browse DApps on the Ethereum network and a single place to keep all your crypto assets and your identity.
Informações Básicas da Extensão
Nome | |
ID | aebbijdjlcefdipmchemmcpmjioejeob |
URL Oficial | https://chrome.google.com/webstore/detail/poplocker/aebbijdjlcefdipmchemmcpmjioejeob |
Descrição | Browse the decentralised web |
Tamanho do Arquivo | 1.52 MB |
Contagem de Instalações | 14 |
Versão Atual | 1.0.0-beta.4 |
Última Atualização | 2019-08-21 |
Data de Publicação | 2019-08-16 |
Desenvolvedor | http://poplocker.io |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://poplocker.io/terms.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Browse the decentralised web", "version": "1.0.0.4", "manifest_version": 2, "name": "PopLocker", "version_name": "1.0.0-beta.4", "background": { "scripts": [ "background.js", "contentscript.js" ] }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "PopLocker", "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "permissions": [ "activeTab", "storage", "https:\/\/*.infura.io\/" ], "web_accessible_resources": [ "injected.js" ], "options_ui": { "page": "options.html", "open_in_tab": false } } |