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
官方URL 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"
}