Video URLs for VLC

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

Wat is Video URLs for VLC?

Video URLs for VLC is een Chrome-extensie ontwikkeld door tdwivedi2708, en de belangrijkste functie is "This extension will help getting actual video URLs if you wish to play them in VLC".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Video URLs for VLC

Download Video URLs for VLC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Video URLs for VLC Video URLs for VLC
ID hkmgpkkdjolenhddemkgngpiagjglecb
Officiële URL https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb
Beschrijving This extension will help getting actual video URLs if you wish to play them in VLC
Bestandsgrootte 366 KB
Aantal Installaties 3,912
Huidige Versie 1.0
Laatst Bijgewerkt 2017-06-17
Publicatiedatum 2017-06-17
Beoordeling 2.65/5 Totaal 20 Beoordelingen
Ontwikkelaar tdwivedi2708
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}