Open with VLC

Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers.

Open with VLC là gì?

Open with VLC là một tiện ích mở rộng Chrome được phát triển bởi Stefan, và tính năng chính của nó là "Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers.".

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

screenshot

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

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

                        Open websites with VLC. You must install the vlc:// protocol handler as well: https://github.com/stefansundin/vlc-protocol

You should use this together with VLC playlist parsers, e.g: https://addons.videolan.org/p/1167220/

Please do not use it if you don't understand the above.

You can right-click on links, iframes, and audio/video elements, and use the "Open with VLC" menu item.                    

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

Tên Open with VLC Open with VLC
ID jcccmhdgkfinhddlhpahoeofmdlljglh
URL Chính Thức https://chromewebstore.google.com/detail/open-with-vlc/jcccmhdgkfinhddlhpahoeofmdlljglh
Mô tả Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers.
Kích Thước Tệp 8.19 KB
Số Lần Cài Đặt 15,343
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2020-10-01
Ngày Phát Hành 2018-05-25
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Stefan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/stefansundin/open-with-vlc
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open with VLC",
    "version": "1.4.1",
    "description": "Open websites with VLC. You must install the vlc:\/\/ protocol handler as well. You should use this together with playlist parsers.",
    "homepage_url": "https:\/\/github.com\/stefansundin\/open-with-vlc",
    "author": "Stefan Sundin",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "Open page with VLC",
        "default_popup": "popup.html"
    },
    "commands": {
        "open-vlc": {
            "suggested_key": {
                "default": "Alt+Shift+V"
            },
            "description": "Open page with VLC"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage"
    ]
}