PopLocker
Browse the decentralised web
什麼是PopLocker?
PopLocker是由http://poplocker.io開發的Chrome擴展程式,該擴展的主要功能是“Browse the decentralised web”。
擴展截圖
下載PopLocker擴展crx文件
下載PopLocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | aebbijdjlcefdipmchemmcpmjioejeob |
| 官方網址 | https://chrome.google.com/webstore/detail/poplocker/aebbijdjlcefdipmchemmcpmjioejeob |
| 簡介 | Browse the decentralised web |
| 檔案大小 | 1.52 MB |
| 安裝次數 | 14 |
| 目前版本 | 1.0.0-beta.4 |
| 更新時間 | 2019-08-21 |
| 上架時間 | 2019-08-16 |
| 開發者 | http://poplocker.io |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | http://poplocker.io/terms.html |
| 支援的語言 | 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
}
} | |