ContentDownloader

ContentDownloader is a browser extension that detects media files on the website and allows you to save them to your device. You…

¿Qué es ContentDownloader?

ContentDownloader es una extensión de Chrome desarrollada por evtusenkobogdan24, y su función principal es "ContentDownloader is a browser extension that detects media files on the website and allows you to save them to your device. You…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ContentDownloader

Descarga archivos de extensión ContentDownloader 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

                        ContentDownloader is a browser extension that detects media files on the website and allows you to save them to your device. 

You will see video files available for download at the popup menu. All you need to do is to click the download button and wait for a couple of seconds.  

This extension does not need a paid subscription to work.                    

Información Básica de la Extensión

Nombre ContentDownloader ContentDownloader
ID ooodhfeholldbofonfhcajlnkpeppnkh
URL Oficial https://chrome.google.com/webstore/detail/contentdownloader/ooodhfeholldbofonfhcajlnkpeppnkh
Descripción ContentDownloader is a browser extension that detects media files on the website and allows you to save them to your device. You…
Tamaño del Archivo 122 KB
Cantidad de Instalaciones 10,000
Versión Actual 0.0.3
Última Actualización 2022-02-03
Fecha de Publicación 2021-12-23
Calificación 4.88/5 Total de 25 Calificaciones
Desarrollador evtusenkobogdan24
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://rentry.co/og4ro
Idiomas Soportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ContentDownloader",
    "version": "0.0.3",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}