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
Eメール [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"
}