VLC 4 YouTube (beta)

Open YouTube videos in VLC.

VLC 4 YouTube (beta) là gì?

VLC 4 YouTube (beta) là một tiện ích mở rộng Chrome được phát triển bởi Wiz Extensions, và tính năng chính của nó là "Open YouTube videos in VLC.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VLC 4 YouTube (beta)

Tải xuống các tệp mở rộng VLC 4 YouTube (beta) 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

                        Click the extension icon when you are on a YouTube™ page to open the current video in VLC (or just hit Alt+V).
Full controls and more features are on the way... stay tuned!

VLC uses less resources and can boost the volume up to 200%.

NB: You _NEED_ to have VLC 2.0 (or above) installed and to activate its http interface (read here https://github.com/azrafe7/vlc4youtube/blob/master/instructions/how-to-enable-vlc-web-interface.md on how to do it). You may need to restart VLC after enabling the web interface.

Changelog: https://github.com/azrafe7/vlc4youtube/blob/master/CHANGELOG.md
Please report issues here: https://github.com/azrafe7/vlc4youtube/issues                    

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

Tên VLC 4 YouTube (beta) VLC 4 YouTube (beta)
ID jldiailifbdkepgpcojllmkbakleicab
URL Chính Thức https://chromewebstore.google.com/detail/vlc-4-youtube-beta/jldiailifbdkepgpcojllmkbakleicab
Mô tả Open YouTube videos in VLC.
Kích Thước Tệp 113 KB
Số Lần Cài Đặt 27,238
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2020-12-12
Ngày Phát Hành 2020-06-27
Đánh Giá 3.90/5 Tổng số 257 Đánh Giá
Nhà Phát Triển Wiz Extensions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/azrafe7/vlc4youtube
URL Trang Trợ Giúp https://github.com/azrafe7/vlc4youtube/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "description": "Open YouTube videos in VLC.",
    "icons": {
        "128": "icons\/icon-128.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "25.0",
    "name": "VLC 4 YouTube (beta)",
    "page_action": {
        "default_icon": "icons\/icon-19.png",
        "default_popup": "popup.html",
        "default_title": "Open this video in VLC"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.youtube.com\/*",
        "http:\/\/localhost\/*"
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+V"
            }
        }
    },
    "version": "0.4.1"
}