Remote Player for VLC™

Controls VLC player via your browsers toolbar popup!

Remote Player for VLC™ là gì?

Remote Player for VLC™ là một tiện ích mở rộng Chrome được phát triển bởi Lynn, và tính năng chính của nó là "Controls VLC player via your browsers toolbar popup!".

Ả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 Remote Player for VLC™

Tải xuống các tệp mở rộng Remote Player 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

                        Remote Player for VLC™ is an extension that lets you control the VLC media player via your browser's toolbar. 

Before using the addon please make sure:
1. VLC application is running on your machine (PC/MAC). 
2. You have set the required VLC password. To do so, please follow the below steps:

a) In VLC app, please head to: Tools > Preferences > Show Settings > All > Advanced Preferences
b) Then, mark the option in: Advanced Preferences > Interface > Main Interfaces > Web
c) Then set a desired password here: Advanced Preferences > Interface > Main Interfaces > Lua > Lua HTTP
d) Restart the VLC application for changes to take effect.

Next, please open the toolbar popup UI in your browser and enter the above password in the input field (when the login window appeared). This password is used to connect the browser with the VLC media player (via AJAX technology). Once the password is set, you will see a simple media player for controlling VLC remotely. 

Note: Remote Player for VLC™ does NOT belong or relate to the official VLC (VideoLAN) application at all. It is an unofficial extension that is developed and maintained independently. The official VLC software is only released for desktop machines. This unofficial extension is a wrapper to the original VLC application and tries to make it usable as a browser extension.

To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/remote-vlc-player.html).                    

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

Tên Remote Player for VLC™ Remote Player for VLC™
ID idmedoihlecdfdioeghnbcbdgifbohij
URL Chính Thức https://chromewebstore.google.com/detail/remote-player-for-vlc/idmedoihlecdfdioeghnbcbdgifbohij
Mô tả Controls VLC player via your browsers toolbar popup!
Kích Thước Tệp 29.46 KB
Số Lần Cài Đặt 1,284
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-07-31
Ngày Phát Hành 2017-08-21
Đánh Giá 3.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Lynn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mybrowseraddon.com/remote-vlc-player.html
URL Trang Trợ Giúp https://mybrowseraddon.com/remote-vlc-player.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Remote Player for VLC\u2122",
    "host_permissions": [
        "http:\/\/127.0.0.1\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/remote-vlc-player.html",
    "description": "Controls VLC player via your browsers toolbar popup!",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications"
    ],
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Remote Player for VLC\u2122",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "commands": {
        "next-action": {
            "description": "Next"
        },
        "prev-action": {
            "description": "Prev"
        },
        "stop-action": {
            "description": "Stop"
        },
        "play-pause-action": {
            "description": "Play | Pause",
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}