VLC Capture

Open web videos in VLC

什麼是VLC Capture?

VLC Capture是由https://auriou.wordpress.com開發的Chrome擴展程式,該擴展的主要功能是“Open web videos in VLC”。

擴展截圖

screenshot

下載VLC Capture擴展crx文件

下載VLC Capture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Play web videos directly in VLC  automatically and maintains a playlist

Other extension for Chromecast :
https://chrome.google.com/webstore/detail/videocast/gclhodkofgoighinmongpkpncdpalejb                    

擴展基本資訊

名稱 VLC Capture VLC Capture
ID goppbgmjnldonmjemebdmcjfefbgoloh
官方網址 https://chromewebstore.google.com/detail/vlc-capture/goppbgmjnldonmjemebdmcjfefbgoloh
簡介 Open web videos in VLC
檔案大小 78.8 KB
安裝次數 37,678
目前版本 1.0.0
更新時間 2014-09-13
上架時間 2014-09-13
評分 3.77/5 共 303 次評分
開發者 https://auriou.wordpress.com
付費類型 free
擴展官網 http://auriou.wordpress.com/2014/09/01/extension-chrome-permettant-de-visualiser-les-vidos-web-sur-vlc/
支援的語言 en,fr
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/vlc-off.png",
        "default_popup": "popup.html"
    },
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "17.0.0.0",
    "name": "VLC Capture",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "activeTab",
        "",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}