Video URLs for VLC
This extension will help getting actual video URLs if you wish to play them in VLC
What is Video URLs for VLC?
Video URLs for VLC is a Chrome extension developed by tdwivedi2708, and its main feature is "This extension will help getting actual video URLs if you wish to play them in VLC".
Extension Screenshots
Download Video URLs for VLC Extension CRX File
Download Video URLs for VLC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Video URLs for VLC |
ID | hkmgpkkdjolenhddemkgngpiagjglecb |
Official URL | https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb |
Description | This extension will help getting actual video URLs if you wish to play them in VLC |
File Size | 366 KB |
Installation Count | 3,912 |
Current Version | 1.0 |
Last Updated | 2017-06-17 |
Publish Date | 2017-06-17 |
Rating | 2.65/5 Total 20 Ratings |
Developer | tdwivedi2708 |
Payment Type | free |
Supported Languages | 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\/" ] } |