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”。

扩展截图

screenshot
screenshot

下载BitComet Download Extension扩展crx文件

下载BitComet Download Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
}