VLC Capture
Open web videos in VLC
What is VLC Capture?
VLC Capture is a Chrome extension developed by https://auriou.wordpress.com, and its main feature is "Open web videos in VLC".
Extension Screenshots
Download VLC Capture Extension CRX File
Download VLC Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Play web videos directly in VLC automatically and maintains a playlist Other extension for Chromecast : https://chrome.google.com/webstore/detail/videocast/gclhodkofgoighinmongpkpncdpalejb
Extension Basic Information
Name | VLC Capture |
ID | goppbgmjnldonmjemebdmcjfefbgoloh |
Official URL | https://chromewebstore.google.com/detail/vlc-capture/goppbgmjnldonmjemebdmcjfefbgoloh |
Description | Open web videos in VLC |
File Size | 78.8 KB |
Installation Count | 37,678 |
Current Version | 1.0.0 |
Last Updated | 2014-09-13 |
Publish Date | 2014-09-13 |
Rating | 3.77/5 Total 303 Ratings |
Developer | https://auriou.wordpress.com |
Payment Type | free |
Extension Website | http://auriou.wordpress.com/2014/09/01/extension-chrome-permettant-de-visualiser-les-vidos-web-sur-vlc/ |
Supported Languages | 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", " |