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是由tdwivedi2708开发的Chrome扩展程序,该扩展的主要功能是“This extension will help getting actual video URLs if you wish to play them in VLC”。

扩展截图

screenshot
screenshot
screenshot

下载Video URLs for VLC扩展crx文件

下载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\/"
    ]
}