VLC 4 YouTube (beta)
Open YouTube videos in VLC.
Cos'è VLC 4 YouTube (beta)?
VLC 4 YouTube (beta) è un'estensione di Chrome sviluppata da Wiz Extensions, e la sua funzione principale è "Open YouTube videos in VLC.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VLC 4 YouTube (beta)
Scarica i file di estensione VLC 4 YouTube (beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | jldiailifbdkepgpcojllmkbakleicab |
| URL Ufficiale | https://chromewebstore.google.com/detail/vlc-4-youtube-beta/jldiailifbdkepgpcojllmkbakleicab |
| Descrizione | Open YouTube videos in VLC. |
| Dimensione del File | 113 KB |
| Conteggio Installazioni | 27,238 |
| Versione Corrente | 0.4.1 |
| Ultimo Aggiornamento | 2020-12-12 |
| Data di Pubblicazione | 2020-06-27 |
| Valutazione | 3.90/5 Totale 257 Valutazioni |
| Sviluppatore | Wiz Extensions |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/azrafe7/vlc4youtube |
| URL della Pagina di Aiuto | https://github.com/azrafe7/vlc4youtube/issues |
| Lingue Supportate | 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"
} | |