CodeWeavers User-Agent Helper
Easily download installers for Windows applications.
CodeWeavers User-Agent Helper là gì?
CodeWeavers User-Agent Helper là một tiện ích mở rộng Chrome được phát triển bởi https://www.codeweavers.com, và tính năng chính của nó là "Easily download installers for Windows applications.".
Ả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 CodeWeavers User-Agent Helper
Tải xuống các tệp mở rộng CodeWeavers User-Agent Helper 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
The CodeWeavers User-Agent Helper customizes the user-agent sent to select URLs, allowing you to easily download installers for Windows applications on Mac, Linux, or Chrome OS. The extension currently supports downloads for Microsoft Office products.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CodeWeavers User-Agent Helper |
ID | cdpcjlkngbjmobjppajnbknpegdbnpbc |
URL Chính Thức | https://chromewebstore.google.com/detail/codeweavers-user-agent-he/cdpcjlkngbjmobjppajnbknpegdbnpbc |
Mô tả | Easily download installers for Windows applications. |
Kích Thước Tệp | 11.82 KB |
Số Lần Cài Đặt | 2,412 |
Phiên Bản Hiện Tại | 3 |
Cập Nhật Lần Cuối | 2018-08-10 |
Ngày Phát Hành | 2018-08-10 |
Đánh Giá | 2.14/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://www.codeweavers.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodeWeavers User-Agent Helper", "description": "Easily download installers for Windows applications.", "version": "3", "content_scripts": [ { "js": [ "installpage.js" ], "matches": [ "http:\/\/*.codeweavers.com\/*CodeWeaversUserAgent.*", "https:\/\/*.codeweavers.com\/*CodeWeaversUserAgent.*" ] } ], "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.office.com\/*", "*:\/\/*.microsoft.com\/*" ] } |