BitComet Download Extension
helps to download files with BitComet
BitComet Download Extension là gì?
BitComet Download Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.bitcomet.com, và tính năng chính của nó là "helps to download files with BitComet".
Ả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 BitComet Download Extension
Tải xuống các tệp mở rộng BitComet Download Extension 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
BitComet Download Extension for Chrome add following conveniences for you: 1. Show "Download using BitComet" command in the context menu of links in web page and downloads tab of Chrome. 2. Download file of specified types using BitComet when click links in web pages. The filter list of file types can be configured in BitComet option window. 3. Launch BitComet directly from Chrome toolbar. Note: This extension works only with BitComet v1.38 or later. Official website: http://www.bitcomet.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BitComet Download Extension |
ID | dhigneefebkcagnpnpbibganpmfgebnk |
URL Chính Thức | https://chromewebstore.google.com/detail/bitcomet-download-extensi/dhigneefebkcagnpnpbibganpmfgebnk |
Mô tả | helps to download files with BitComet |
Kích Thước Tệp | 43.16 KB |
Số Lần Cài Đặt | 63,270 |
Phiên Bản Hiện Tại | 1.96.0 |
Cập Nhật Lần Cuối | 2022-11-06 |
Ngày Phát Hành | 2021-02-13 |
Đánh Giá | 3.73/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | https://www.bitcomet.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.bitcomet.com/en/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "icons": { "16": "images\/menu_logo.png", "48": "images\/extension_logo.png", "128": "images\/install_logo.png" }, "action": { "default_icon": "images\/icon19_normal.png", "default_title": "__MSG_description__", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "contextMenus", "cookies", "nativeMessaging", "downloads", "notifications", "storage", "alarms" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 3, "version": "1.96.0" } |