PopLocker
Browse the decentralised web
What is PopLocker?
PopLocker is a Chrome extension developed by http://poplocker.io, and its main feature is "Browse the decentralised web".
Extension Screenshots
Download PopLocker Extension CRX File
Download PopLocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | aebbijdjlcefdipmchemmcpmjioejeob |
Official URL | https://chrome.google.com/webstore/detail/poplocker/aebbijdjlcefdipmchemmcpmjioejeob |
Description | Browse the decentralised web |
File Size | 1.52 MB |
Installation Count | 14 |
Current Version | 1.0.0-beta.4 |
Last Updated | 2019-08-21 |
Publish Date | 2019-08-16 |
Developer | http://poplocker.io |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://poplocker.io/terms.html |
Supported Languages | 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 } } |