PopLocker
Browse the decentralised web
Cos'è PopLocker?
PopLocker è un'estensione di Chrome sviluppata da http://poplocker.io, e la sua funzione principale è "Browse the decentralised web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PopLocker
Scarica i file di estensione PopLocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | aebbijdjlcefdipmchemmcpmjioejeob |
URL Ufficiale | https://chrome.google.com/webstore/detail/poplocker/aebbijdjlcefdipmchemmcpmjioejeob |
Descrizione | Browse the decentralised web |
Dimensione del File | 1.52 MB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0.0-beta.4 |
Ultimo Aggiornamento | 2019-08-21 |
Data di Pubblicazione | 2019-08-16 |
Sviluppatore | http://poplocker.io |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://poplocker.io/terms.html |
Lingue Supportate | 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 } } |