Video URLs for VLC

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

Co to jest Video URLs for VLC?

Video URLs for VLC to rozszerzenie Chrome opracowane przez tdwivedi2708, a jego główną funkcją jest „This extension will help getting actual video URLs if you wish to play them in VLC”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Video URLs for VLC

Pobierz pliki rozszerzeń Video URLs for VLC w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Video URLs for VLC Video URLs for VLC
ID hkmgpkkdjolenhddemkgngpiagjglecb
Oficjalny URL https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb
Opis This extension will help getting actual video URLs if you wish to play them in VLC
Rozmiar pliku 366 KB
Liczba instalacji 3,912
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-06-17
Data Publikacji 2017-06-17
Ocena 2.65/5 Łącznie 20 Oceny
Deweloper tdwivedi2708
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}