PopLocker
Browse the decentralised web
PopLocker là gì?
PopLocker là một tiện ích mở rộng Chrome được phát triển bởi http://poplocker.io, và tính năng chính của nó là "Browse the decentralised web".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PopLocker
Tải xuống các tệp mở rộng PopLocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aebbijdjlcefdipmchemmcpmjioejeob |
URL Chính Thức | https://chrome.google.com/webstore/detail/poplocker/aebbijdjlcefdipmchemmcpmjioejeob |
Mô tả | Browse the decentralised web |
Kích Thước Tệp | 1.52 MB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.0.0-beta.4 |
Cập Nhật Lần Cuối | 2019-08-21 |
Ngày Phát Hành | 2019-08-16 |
Nhà Phát Triển | http://poplocker.io |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://poplocker.io/terms.html |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |