BitComet Download Extension
helps to download files with BitComet
BitComet Download Extension란 무엇입니까?
BitComet Download Extension은(는) https://www.bitcomet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "helps to download files with BitComet"입니다.
확장 프로그램 스크린샷
BitComet Download Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | BitComet Download Extension |
ID | dhigneefebkcagnpnpbibganpmfgebnk |
공식 URL | https://chromewebstore.google.com/detail/bitcomet-download-extensi/dhigneefebkcagnpnpbibganpmfgebnk |
설명 | helps to download files with BitComet |
파일 크기 | 43.16 KB |
설치 횟수 | 63,270 |
현재 버전 | 1.96.0 |
최근 업데이트 | 2022-11-06 |
출시 날짜 | 2021-02-13 |
평점 | 3.73/5 총 37 개의 평점 |
개발자 | https://www.bitcomet.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.bitcomet.com/en/privacy-policy |
지원되는 언어 | 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" } |