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
官方網址 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\/"
    ]
}