PopLocker
Browse the decentralised web
Was ist PopLocker?
PopLocker ist eine Chrome-Erweiterung, die von http://poplocker.io entwickelt wurde, und ihr Hauptmerkmal ist "Browse the decentralised web".
Erweiterungsscreenshots
PopLocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie PopLocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | aebbijdjlcefdipmchemmcpmjioejeob |
Offizielle URL | https://chrome.google.com/webstore/detail/poplocker/aebbijdjlcefdipmchemmcpmjioejeob |
Beschreibung | Browse the decentralised web |
Dateigröße | 1.52 MB |
Installationsanzahl | 14 |
Aktuelle Version | 1.0.0-beta.4 |
Letztes Update | 2019-08-21 |
Veröffentlichungsdatum | 2019-08-16 |
Entwickler | http://poplocker.io |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://poplocker.io/terms.html |
Unterstützte Sprachen | 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 } } |