Video URLs for VLC

This extension will help getting actual video URLs if you wish to play them in VLC

Video URLs for VLC là gì?

Video URLs for VLC là một tiện ích mở rộng Chrome được phát triển bởi tdwivedi2708, và tính năng chính của nó là "This extension will help getting actual video URLs if you wish to play them in VLC".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video URLs for VLC

Tải xuống các tệp mở rộng Video URLs for VLC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video URLs for VLC Video URLs for VLC
ID hkmgpkkdjolenhddemkgngpiagjglecb
URL Chính Thức https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb
Mô tả This extension will help getting actual video URLs if you wish to play them in VLC
Kích Thước Tệp 366 KB
Số Lần Cài Đặt 3,912
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-06-17
Ngày Phát Hành 2017-06-17
Đánh Giá 2.65/5 Tổng số 20 Đánh Giá
Nhà Phát Triển tdwivedi2708
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}