Video URLs for VLC
This extension will help getting actual video URLs if you wish to play them in VLC
Hvad er Video URLs for VLC?
Video URLs for VLC er en Chrome-udvidelse udviklet af tdwivedi2708, og dens hovedfunktion er "This extension will help getting actual video URLs if you wish to play them in VLC".
Udvidelsesskærmbilleder
Download Video URLs for VLC-udvidelses-CRX-fil
Download Video URLs for VLC-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
This extension will help getting actual video URLs if you wish to play them in VLC. Just click the Chrome menu icon of the extension, and you will get the actual video URL of the video content. Just copy it, and paste in "Media->Open Network Stream" in VLC media player, and watch your favourite online shows/live events online.
Grundlæggende oplysninger om udvidelsen
Navn | Video URLs for VLC |
ID | hkmgpkkdjolenhddemkgngpiagjglecb |
Officiel URL | https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb |
Beskrivelse | This extension will help getting actual video URLs if you wish to play them in VLC |
Filstørrelse | 366 KB |
Antal Installationer | 3,912 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-06-17 |
Udgivelsesdato | 2017-06-17 |
Bedømmelse | 2.65/5 Samlet 20 Bedømmelser |
Udvikler | tdwivedi2708 |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video URLs for VLC", "description": "This extension will help getting actual video URLs if you wish to play them in VLC", "version": "1.0", "browser_action": { "default_icon": "icons\/icon_active_128.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon_active_16.png", "48": "icons\/icon_active_48.png", "128": "icons\/icon_active_128.png", "512": "icons\/icon_active_512.png" }, "permissions": [ "activeTab", "http:\/\/*.hotstar.com\/" ] } |