VLC Capture

Open web videos in VLC

Wat is VLC Capture?

VLC Capture is een Chrome-extensie ontwikkeld door https://auriou.wordpress.com, en de belangrijkste functie is "Open web videos in VLC".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VLC Capture

Download VLC Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Play web videos directly in VLC  automatically and maintains a playlist

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

Basisinformatie over de Extensie

Naam VLC Capture VLC Capture
ID goppbgmjnldonmjemebdmcjfefbgoloh
Officiële URL https://chromewebstore.google.com/detail/vlc-capture/goppbgmjnldonmjemebdmcjfefbgoloh
Beschrijving Open web videos in VLC
Bestandsgrootte 78.8 KB
Aantal Installaties 37,678
Huidige Versie 1.0.0
Laatst Bijgewerkt 2014-09-13
Publicatiedatum 2014-09-13
Beoordeling 3.77/5 Totaal 303 Beoordelingen
Ontwikkelaar https://auriou.wordpress.com
Betalingswijze free
Extensiewebsite http://auriou.wordpress.com/2014/09/01/extension-chrome-permettant-de-visualiser-les-vidos-web-sur-vlc/
Ondersteunde Talen 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"
}