Video player extension

More control over the video player

Video player extension là gì?

Video player extension là một tiện ích mở rộng Chrome được phát triển bởi dskloet, và tính năng chính của nó là "More control over the video player".

Ả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 Video player extension

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

                        Adds keyboard shortcuts to the video player on any website. Use space bar to pause and '[' and ']' to adjust speed by 0.1x increments. 'o' and 'p' to move forward and backward by 3 seconds. '\' clicks the ad skip button.                    

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

Tên Video player extension Video player extension
ID kkipdgnjllphhbcoapilfpmflipdblfl
URL Chính Thức https://chromewebstore.google.com/detail/video-player-extension/kkipdgnjllphhbcoapilfpmflipdblfl
Mô tả More control over the video player
Kích Thước Tệp 24.99 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2020-09-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dskloet
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://dskl.net/screen/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video player extension",
    "version": "0.8",
    "description": "More control over the video player",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}