Video Downloader Pro

Download online videos easily and in high quality with this free extension that will simplify the video downloading process.

¿Qué es Video Downloader Pro?

Video Downloader Pro es una extensión de Chrome desarrollada por Video Downloader Pro, y su función principal es "Download online videos easily and in high quality with this free extension that will simplify the video downloading process.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Video Downloader Pro

Descarga archivos de extensión Video Downloader Pro 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

                        Video Downloader allows you to save videos from most social media sites. Easily download videos for offline viewing. Making it a versatile solution, the tool supports many formats and concludes as a Video Downloader. Thanks to it, downloading online videos becomes fast and easy, and the intuitive interface ensures comfortable use.

Get access to advanced features such as selecting video quality before downloading. You can choose between standard definition and high quality HD to best suit your viewing needs.

We doesn't guarantee 100% results, in cases when a video is not found or users open the extension on the wrong pages, the extension shows the message - "Video not found".

We had to lock the download of YouTube videos because of restrictions of the Chrome Store. There are always videos which are protected by the sites and cannot be downloaded.

If any video can't be download, don't give a bad rating, write to us at [email protected] or https://github.com/MRT-77/VideoDownloader and help us improve this extension. Thank you!

The effectiveness of Video Downloader is not limited to just downloading videos. The extension also has a preview feature, allowing users to preview video before downloading to ensure its quality and relevance.

Please keep in mind that Video Downloader is not responsible for the video you download, so please check the copyright and permissions of the video before downloading.                    

Información Básica de la Extensión

Nombre Video Downloader Pro Video Downloader Pro
ID kaibkgfibgoffomjemobnlojipabbbjd
URL Oficial https://chromewebstore.google.com/detail/video-downloader-pro/kaibkgfibgoffomjemobnlojipabbbjd
Descripción Download online videos easily and in high quality with this free extension that will simplify the video downloading process.
Tamaño del Archivo 1.2 MB
Cantidad de Instalaciones 319,100
Versión Actual 2.6.3
Última Actualización 2024-02-27
Fecha de Publicación 2022-10-17
Calificación 4.22/5 Total de 214 Calificaciones
Desarrollador Video Downloader Pro
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://bit.ly/33kYyNP
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.6.3",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "assets\/icons\/icon_128.png",
        "64": "assets\/icons\/icon_64.png",
        "32": "assets\/icons\/icon_32.png",
        "16": "assets\/icons\/icon_16.png"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "assets\/icons\/icon_16.png",
            "32": "assets\/icons\/icon_32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "static\/js\/serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/otherSitesContent.js"
            ],
            "run_at": "document_end",
            "exclude_matches": [
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.vk.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*.dailymotion.com\/*"
            ],
            "js": [
                "static\/js\/dailymotionContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "js": [
                ".\/static\/js\/vimeoContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                ".\/static\/js\/instagramContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                ".\/static\/js\/facebookContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                ".\/static\/js\/tiktokContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                ".\/static\/js\/twitterContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/static\/js\/youtubeContent.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "downloads",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/instagramStoryScript.js",
                "static\/js\/instagramContent.js",
                "static\/js\/ytScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}