Video URLs for VLC
This extension will help getting actual video URLs if you wish to play them in VLC
Apa itu Video URLs for VLC?
Video URLs for VLC adalah ekstensi Chrome yang dikembangkan oleh tdwivedi2708, dan fitur utamanya adalah "This extension will help getting actual video URLs if you wish to play them in VLC".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Video URLs for VLC
Unduh file ekstensi Video URLs for VLC dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Video URLs for VLC |
ID | hkmgpkkdjolenhddemkgngpiagjglecb |
URL Resmi | https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb |
Deskripsi | This extension will help getting actual video URLs if you wish to play them in VLC |
Ukuran File | 366 KB |
Jumlah Instalasi | 3,912 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-06-17 |
Tanggal Publikasi | 2017-06-17 |
Penilaian | 2.65/5 Total 20 Penilaian |
Pengembang | tdwivedi2708 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |