PopLocker
Browse the decentralised web
Apa itu PopLocker?
PopLocker adalah ekstensi Chrome yang dikembangkan oleh http://poplocker.io, dan fitur utamanya adalah "Browse the decentralised web".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PopLocker
Unduh file ekstensi PopLocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | aebbijdjlcefdipmchemmcpmjioejeob |
| URL Resmi | https://chrome.google.com/webstore/detail/poplocker/aebbijdjlcefdipmchemmcpmjioejeob |
| Deskripsi | Browse the decentralised web |
| Ukuran File | 1.52 MB |
| Jumlah Instalasi | 14 |
| Versi Saat Ini | 1.0.0-beta.4 |
| Terakhir Diperbarui | 2019-08-21 |
| Tanggal Publikasi | 2019-08-16 |
| Pengembang | http://poplocker.io |
| [email protected] | |
| Tipe Pembayaran | free |
| URL Halaman Kebijakan Privasi | http://poplocker.io/terms.html |
| Bahasa yang Didukung | 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
}
} | |