Chrono Download Manager

Download Manager | Video Downloader | Bulk Image Downloader

¿Qué es Chrono Download Manager?

Chrono Download Manager es una extensión de Chrome desarrollada por https://www.chronodownloader.net, y su función principal es "Download Manager | Video Downloader | Bulk Image Downloader".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Chrono Download Manager

Descarga archivos de extensión Chrono Download Manager 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

                        Chrono Download Manager is the first and only full-featured download manager for Google Chrome™. Manage all your downloads inside Chrome™ and there is no need to install any separate downloader application. Chrono is tightly integrated with Chrome™ by context menus, toolbar buttons and key shortcuts.

Besides download management, Chrono is also your best video download helper and bulk image downloader. The Chrono Sniffer detects all links, images, audios and videos on a webpage, and you can filter URLs by their file types or by Regular Expression.

Start downloading with Chrono today! Have fun playing with it, and don't forget to share!

====================================
***                       FEATURES
====================================

* Totally override the Chrome™'s default download manager, and get rid of the bottom downloads toolbar.

* Access your downloads in a popup window with a single click on the toolbar icon.

* Organize your downloads with a fresh and clean table view or list view, and apply custom filters to group your downloads into different categories. 

* Notifications for downloads.

* Preview your docs, images, audios, videos and zip files right after your download completes.

* Initiate batch downloads by entering multiple URLs or URL pattern.

====================================
***             MORE ADVANCED FEATURES
====================================

* Highly customizable task filters let you group downloads by type, date, url etc.

* Batch descriptors help you download a range of URLs with pattern painlessly.

* Naming Mask allows you to name a downloaded file by link text, page title, URL components, date/time and many more.

* Rule System uses programmable rules to automatically rename your downloads, and to route your files to different folders.

====================================
***                     KNOWN ISSUES
====================================

* Chrono currently uses Chrome™'s built-in Downloads API, so it does not offer multi-threaded downloading capability and has limited support for pausing and resuming a large download.

* All downloaded files can only be saved under Chrome™'s default downloads folder or any of its subdirectories.

* The extension may not work properly in incognito mode.

* The extension is not for downloading youtube videos.

====================================

To file a bug or request a feature, please use http://bugs.chronodownloader.net


*** Chrome™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

Información Básica de la Extensión

Nombre Chrono Download Manager Chrono Download Manager
ID mciiogijehkdemklbdcbfkefimifhecn
URL Oficial https://chromewebstore.google.com/detail/chrono-download-manager/mciiogijehkdemklbdcbfkefimifhecn
Descripción Download Manager | Video Downloader | Bulk Image Downloader
Tamaño del Archivo 1.95 MB
Cantidad de Instalaciones 829,487
Versión Actual 0.11.2
Última Actualización 2023-02-21
Fecha de Publicación 2020-12-31
Calificación 4.43/5 Total de 22943 Calificaciones
Desarrollador https://www.chronodownloader.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.chronodownloader.net
URL de la Página de Ayuda https://bugs.chronodownloader.net
Idiomas Soportados id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "Chrono",
    "version": "0.11.2",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icons\/logo\/16.png",
        "19": "icons\/logo\/19.png",
        "24": "icons\/logo\/24.png",
        "32": "icons\/logo\/32.png",
        "38": "icons\/logo\/38.png",
        "48": "icons\/logo\/48.png",
        "128": "icons\/logo\/128.png"
    },
    "default_locale": "en",
    "minimum_chrome_version": "31",
    "offline_enabled": true,
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/chrono-download-manager\/mciiogijehkdemklbdcbfkefimifhecn",
    "externally_connectable": {
        "ids": [
            "nimngehdfcodchaoncbkijfocmfnpebg",
            "oflpkffadgbfbnjdckenekjbflgofalp"
        ]
    },
    "permissions": [
        "alarms",
        "clipboardRead",
        "clipboardWrite",
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "notifications",
        "tabs",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "page": "bg\/bg.htm"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/logo\/16.png",
            "19": "icons\/logo\/19.png",
            "24": "icons\/logo\/24.png",
            "32": "icons\/logo\/32.png",
            "38": "icons\/logo\/38.png",
            "48": "icons\/logo\/48.png",
            "128": "icons\/logo\/128.png"
        },
        "default_popup": "pop\/pop.htm"
    },
    "options_ui": {
        "page": "ui\/options.htm",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "cs\/main.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "cs\/sniffer.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "icons\/newd.png",
        "icons\/newd_pause.png",
        "com\/taskdlg.htm"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com\/; object-src 'self'; frame-src data: file: http:\/\/www.chronodownloader.net http:\/\/www.facebook.com https:\/\/www.facebook.com http:\/\/platform.twitter.com https:\/\/platform.twitter.com"
}