Video URLs for VLC

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

Что такое Video URLs for VLC?

Video URLs for VLC - это расширение Chrome, разработанное tdwivedi2708, и его основная функция - "This extension will help getting actual video URLs if you wish to play them in VLC".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Video URLs for VLC

Скачайте файлы расширений Video URLs for VLC в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Video URLs for VLC Video URLs for VLC
ID hkmgpkkdjolenhddemkgngpiagjglecb
Официальный URL https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb
Описание This extension will help getting actual video URLs if you wish to play them in VLC
Размер файла 366 KB
Количество установок 3,912
Текущая Версия 1.0
Последнее Обновление 2017-06-17
Дата публикации 2017-06-17
Рейтинг 2.65/5 Всего 20 оценок
Разработчик tdwivedi2708
Тип оплаты free
Поддерживаемые языки 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\/"
    ]
}