Video Player

Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.

Video Player là gì?

Video Player là một tiện ích mở rộng Chrome được phát triển bởi Mathieu Gravel, và tính năng chính của nó là "Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.".

Ả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 Player

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

                        - Offer a better user experience than the default player.
- Offer multiple shortcuts for controlling the video player.
- The video player has a video preview when hovering over the timeline.

This extension is useful to watch movies on your computer without the need to download a video player on your computer. This extension can play every supported video format supported by the browser.

This extension will load the video player only when the link in the browser is a video. To play a local file, you simply have to copy the path in the URL bar or drag and drop it in the browser.                    

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

Tên Video Player Video Player
ID phdogoeljjbggglcgpkiabgdkkncgohe
URL Chính Thức https://chromewebstore.google.com/detail/video-player/phdogoeljjbggglcgpkiabgdkkncgohe
Mô tả Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.
Kích Thước Tệp 475 KB
Số Lần Cài Đặt 732
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-01-07
Ngày Phát Hành 2022-01-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Mathieu Gravel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MathieuGravel/video-player-chrome-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Player",
    "description": "Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}