h5-video-audio-ctl

h5-video-audio-ctl

h5-video-audio-ctl là gì?

h5-video-audio-ctl là một tiện ích mở rộng Chrome được phát triển bởi ke.zhang.cn, và tính năng chính của nó là "h5-video-audio-ctl".

Ả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 h5-video-audio-ctl

Tải xuống các tệp mở rộng h5-video-audio-ctl 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

                        control the h5 video or audio player 
**********************************************
        * Welcome to use h5 video/audio controller
        
        Alt + S   :   show / hide the control bar, when show start to control, hide to stop control
        Alt + 1   :   play x1
        Alt + 2   :   play x1.5
        Alt + 3   :   play x2
        
        > (ArrowRight) : +10s
        < (ArrowLeft)  : -10s
        Alt + > (ArrowRight) : +30s
        Alt + < (ArrowLeft)  : -30s
        
        **********************************************                    

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

Tên h5-video-audio-ctl h5-video-audio-ctl
ID dpckhdgogkehddflljnnbdjndfioacih
URL Chính Thức https://chrome.google.com/webstore/detail/h5-video-audio-ctl/dpckhdgogkehddflljnnbdjndfioacih
Mô tả h5-video-audio-ctl
Kích Thước Tệp 26.27 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2019-05-13
Ngày Phát Hành 2019-05-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ke.zhang.cn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/KeZhang/h5-video-audio-ctl
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "h5-video-audio-ctl",
    "description": "h5-video-audio-ctl",
    "version": "0.2.1",
    "permissions": [
        "tabs",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "h5-video-audio-ctl",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "zepto.min.js",
                "content_script.js"
            ]
        }
    ],
    "manifest_version": 2
}