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"
}