WebCRX
Easily and safely install local CRX files in Chrome
WebCRX là gì?
WebCRX là một tiện ích mở rộng Chrome được phát triển bởi https://webcrx.io, và tính năng chính của nó là "Easily and safely install local CRX files in Chrome".
Ả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 WebCRX
Tải xuống các tệp mở rộng WebCRX 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
Webcrx is an awesome utility that allows you to install and test local CRX files in Chrome with permissions management. Privacy Policy The extension does not track or transfer any of your data. Any usage of extension is not tracked. The extension does not track any websites you visit or search. No data is transferred to any third party. All data is stored within your browser and stays within your browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebCRX |
ID | ddgilliopjknmglnpkegbjpoilgachlm |
URL Chính Thức | https://chromewebstore.google.com/detail/webcrx/ddgilliopjknmglnpkegbjpoilgachlm |
Mô tả | Easily and safely install local CRX files in Chrome |
Kích Thước Tệp | 159 KB |
Số Lần Cài Đặt | 505,133 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2021-12-13 |
Ngày Phát Hành | 2021-05-20 |
Đánh Giá | 4.88/5 Tổng số 2827 Đánh Giá |
Nhà Phát Triển | https://webcrx.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webcrx.io |
URL Trang Trợ Giúp | https://webcrx.io/contact-us |
URL Trang Chính Sách Bảo Mật | https://webcrx.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.2", "name": "WebCRX", "description": "Easily and safely install local CRX files in Chrome", "icons": { "16": "img\/16.png", "32": "img\/32.png", "64": "img\/64.png", "128": "img\/128.png" }, "homepage_url": "https:\/\/webcrx.io", "browser_action": { "default_icon": "img\/128.png" }, "author": "WebCRX", "background": { "scripts": [ "script\/background.js" ] }, "sandbox": { "pages": [ "sandbox.html" ] }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "externally_connectable": { "matches": [ "https:\/\/webcrx.io\/*" ] } } |