VLC 4 YouTube (beta)
Open YouTube videos in VLC.
Qu'est-ce que VLC 4 YouTube (beta) ?
VLC 4 YouTube (beta) est une extension Chrome développée par Wiz Extensions, et sa fonction principale est "Open YouTube videos in VLC.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VLC 4 YouTube (beta)
Téléchargez les fichiers d'extension VLC 4 YouTube (beta) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Click the extension icon when you are on a YouTube™ page to open the current video in VLC (or just hit Alt+V). Full controls and more features are on the way... stay tuned! VLC uses less resources and can boost the volume up to 200%. NB: You _NEED_ to have VLC 2.0 (or above) installed and to activate its http interface (read here https://github.com/azrafe7/vlc4youtube/blob/master/instructions/how-to-enable-vlc-web-interface.md on how to do it). You may need to restart VLC after enabling the web interface. Changelog: https://github.com/azrafe7/vlc4youtube/blob/master/CHANGELOG.md Please report issues here: https://github.com/azrafe7/vlc4youtube/issues
Informations de Base sur l'Extension
Nom | VLC 4 YouTube (beta) |
ID | jldiailifbdkepgpcojllmkbakleicab |
URL Officiel | https://chromewebstore.google.com/detail/vlc-4-youtube-beta/jldiailifbdkepgpcojllmkbakleicab |
Description | Open YouTube videos in VLC. |
Taille du Fichier | 113 KB |
Nombre d'Installations | 27,238 |
Version Actuelle | 0.4.1 |
Dernière Mise à Jour | 2020-12-12 |
Date de Publication | 2020-06-27 |
Évaluation | 3.90/5 Total 257 Évaluations |
Développeur | Wiz Extensions |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/azrafe7/vlc4youtube |
URL de la Page d'Aide | https://github.com/azrafe7/vlc4youtube/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "description": "Open YouTube videos in VLC.", "icons": { "128": "icons\/icon-128.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png" }, "manifest_version": 2, "minimum_chrome_version": "25.0", "name": "VLC 4 YouTube (beta)", "page_action": { "default_icon": "icons\/icon-19.png", "default_popup": "popup.html", "default_title": "Open this video in VLC" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.youtube.com\/*", "http:\/\/localhost\/*" ], "commands": { "_execute_page_action": { "suggested_key": { "default": "Alt+V" } } }, "version": "0.4.1" } |