BitComet Download Extension

helps to download files with BitComet

¿Qué es BitComet Download Extension?

BitComet Download Extension es una extensión de Chrome desarrollada por https://www.bitcomet.com, y su función principal es "helps to download files with BitComet".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión BitComet Download Extension

Descarga archivos de extensión BitComet Download Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre BitComet Download Extension BitComet Download Extension
ID dhigneefebkcagnpnpbibganpmfgebnk
URL Oficial https://chromewebstore.google.com/detail/bitcomet-download-extensi/dhigneefebkcagnpnpbibganpmfgebnk
Descripción helps to download files with BitComet
Tamaño del Archivo 43.16 KB
Cantidad de Instalaciones 63,270
Versión Actual 1.96.0
Última Actualización 2022-11-06
Fecha de Publicación 2021-02-13
Calificación 3.73/5 Total de 37 Calificaciones
Desarrollador https://www.bitcomet.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.bitcomet.com/en/privacy-policy
Idiomas Soportados 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"
}