Video URLs for VLC

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

Cos'è Video URLs for VLC?

Video URLs for VLC è un'estensione di Chrome sviluppata da tdwivedi2708, e la sua funzione principale è "This extension will help getting actual video URLs if you wish to play them in VLC".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Video URLs for VLC

Scarica i file di estensione Video URLs for VLC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Video URLs for VLC Video URLs for VLC
ID hkmgpkkdjolenhddemkgngpiagjglecb
URL Ufficiale https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb
Descrizione This extension will help getting actual video URLs if you wish to play them in VLC
Dimensione del File 366 KB
Conteggio Installazioni 3,912
Versione Corrente 1.0
Ultimo Aggiornamento 2017-06-17
Data di Pubblicazione 2017-06-17
Valutazione 2.65/5 Totale 20 Valutazioni
Sviluppatore tdwivedi2708
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}