PopLocker

Browse the decentralised web

¿Qué es PopLocker?

PopLocker es una extensión de Chrome desarrollada por http://poplocker.io, y su función principal es "Browse the decentralised web".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión PopLocker

Descarga archivos de extensión PopLocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre PopLocker PopLocker
ID aebbijdjlcefdipmchemmcpmjioejeob
URL Oficial https://chrome.google.com/webstore/detail/poplocker/aebbijdjlcefdipmchemmcpmjioejeob
Descripción Browse the decentralised web
Tamaño del Archivo 1.52 MB
Cantidad de Instalaciones 14
Versión Actual 1.0.0-beta.4
Última Actualización 2019-08-21
Fecha de Publicación 2019-08-16
Desarrollador http://poplocker.io
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://poplocker.io/terms.html
Idiomas Soportados 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
    }
}