Video URLs for VLC

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

Was ist Video URLs for VLC?

Video URLs for VLC ist eine Chrome-Erweiterung, die von tdwivedi2708 entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help getting actual video URLs if you wish to play them in VLC".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Video URLs for VLC-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video URLs for VLC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Video URLs for VLC Video URLs for VLC
ID hkmgpkkdjolenhddemkgngpiagjglecb
Offizielle URL https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb
Beschreibung This extension will help getting actual video URLs if you wish to play them in VLC
Dateigröße 366 KB
Installationsanzahl 3,912
Aktuelle Version 1.0
Letztes Update 2017-06-17
Veröffentlichungsdatum 2017-06-17
Bewertung 2.65/5 Insgesamt 20 Bewertungen
Entwickler tdwivedi2708
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}