Video URLs for VLC
This extension will help getting actual video URLs if you wish to play them in VLC
Video URLs for VLCとは何ですか?
Video URLs for VLCはtdwivedi2708によって開発されたChromeの拡張機能で、その主な機能は「This extension will help getting actual video URLs if you wish to play them in VLC」です。
拡張機能のスクリーンショット
Video URLs for VLC拡張機能のCRXファイルをダウンロード
Video URLs for VLC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Video URLs for VLC |
ID | hkmgpkkdjolenhddemkgngpiagjglecb |
公式URL | https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb |
説明 | This extension will help getting actual video URLs if you wish to play them in VLC |
ファイルサイズ | 366 KB |
インストール数 | 3,912 |
現在のバージョン | 1.0 |
最終更新日 | 2017-06-17 |
公開日 | 2017-06-17 |
評価 | 2.65/5 合計 20 レビュー |
開発者 | tdwivedi2708 |
支払い方法 | free |
対応言語 | 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\/" ] } |