BitComet Download Extension

helps to download files with BitComet

Was ist BitComet Download Extension?

BitComet Download Extension ist eine Chrome-Erweiterung, die von https://www.bitcomet.com entwickelt wurde, und ihr Hauptmerkmal ist "helps to download files with BitComet".

Erweiterungsscreenshots

screenshot
screenshot

BitComet Download Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie BitComet Download Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name BitComet Download Extension BitComet Download Extension
ID dhigneefebkcagnpnpbibganpmfgebnk
Offizielle URL https://chromewebstore.google.com/detail/bitcomet-download-extensi/dhigneefebkcagnpnpbibganpmfgebnk
Beschreibung helps to download files with BitComet
Dateigröße 43.16 KB
Installationsanzahl 63,270
Aktuelle Version 1.96.0
Letztes Update 2022-11-06
Veröffentlichungsdatum 2021-02-13
Bewertung 3.73/5 Insgesamt 37 Bewertungen
Entwickler https://www.bitcomet.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.bitcomet.com/en/privacy-policy
Unterstützte Sprachen 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"
}