VLC 4 YouTube (beta)

Open YouTube videos in VLC.

Hvad er VLC 4 YouTube (beta)?

VLC 4 YouTube (beta) er en Chrome-udvidelse udviklet af Wiz Extensions, og dens hovedfunktion er "Open YouTube videos in VLC.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download VLC 4 YouTube (beta)-udvidelses-CRX-fil

Download VLC 4 YouTube (beta)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn VLC 4 YouTube (beta) VLC 4 YouTube (beta)
ID jldiailifbdkepgpcojllmkbakleicab
Officiel URL https://chromewebstore.google.com/detail/vlc-4-youtube-beta/jldiailifbdkepgpcojllmkbakleicab
Beskrivelse Open YouTube videos in VLC.
Filstørrelse 113 KB
Antal Installationer 27,238
Nuværende Version 0.4.1
Senest Opdateret 2020-12-12
Udgivelsesdato 2020-06-27
Bedømmelse 3.90/5 Samlet 257 Bedømmelser
Udvikler Wiz Extensions
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/azrafe7/vlc4youtube
Hjælpeside-URL https://github.com/azrafe7/vlc4youtube/issues
Understøttede Sprog 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"
}