Video URLs for VLC

This extension will help getting actual video URLs if you wish to play them in VLC

¿Qué es Video URLs for VLC?

Video URLs for VLC es una extensión de Chrome desarrollada por tdwivedi2708, y su función principal es "This extension will help getting actual video URLs if you wish to play them in VLC".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Video URLs for VLC

Descarga archivos de extensión Video URLs for VLC 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

                        This extension will help getting actual video URLs if you wish to play them in VLC. Just click the Chrome menu icon of the extension, and you will get the actual video URL of the video content. Just copy it, and paste in "Media->Open Network Stream" in VLC media player, and watch your favourite online shows/live events online.                    

Información Básica de la Extensión

Nombre Video URLs for VLC Video URLs for VLC
ID hkmgpkkdjolenhddemkgngpiagjglecb
URL Oficial https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb
Descripción This extension will help getting actual video URLs if you wish to play them in VLC
Tamaño del Archivo 366 KB
Cantidad de Instalaciones 3,912
Versión Actual 1.0
Última Actualización 2017-06-17
Fecha de Publicación 2017-06-17
Calificación 2.65/5 Total de 20 Calificaciones
Desarrollador tdwivedi2708
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video URLs for VLC",
    "description": "This extension will help getting actual video URLs if you wish to play them in VLC",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/icon_active_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_active_16.png",
        "48": "icons\/icon_active_48.png",
        "128": "icons\/icon_active_128.png",
        "512": "icons\/icon_active_512.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*.hotstar.com\/"
    ]
}