PopLocker

Browse the decentralised web

Qu'est-ce que PopLocker ?

PopLocker est une extension Chrome développée par http://poplocker.io, et sa fonction principale est "Browse the decentralised web".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PopLocker

Téléchargez les fichiers d'extension PopLocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PopLocker PopLocker
ID aebbijdjlcefdipmchemmcpmjioejeob
URL Officiel https://chrome.google.com/webstore/detail/poplocker/aebbijdjlcefdipmchemmcpmjioejeob
Description Browse the decentralised web
Taille du Fichier 1.52 MB
Nombre d'Installations 14
Version Actuelle 1.0.0-beta.4
Dernière Mise à Jour 2019-08-21
Date de Publication 2019-08-16
Développeur http://poplocker.io
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://poplocker.io/terms.html
Langues Prises en Charge 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
    }
}