h5-video-audio-ctl

h5-video-audio-ctl

What is h5-video-audio-ctl?

h5-video-audio-ctl is a Chrome extension developed by ke.zhang.cn, and its main feature is "h5-video-audio-ctl".

Extension Screenshots

screenshot

Download h5-video-audio-ctl Extension CRX File

Download h5-video-audio-ctl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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
        
        **********************************************                    

Extension Basic Information

Name h5-video-audio-ctl h5-video-audio-ctl
ID dpckhdgogkehddflljnnbdjndfioacih
Official URL https://chrome.google.com/webstore/detail/h5-video-audio-ctl/dpckhdgogkehddflljnnbdjndfioacih
Description h5-video-audio-ctl
File Size 26.27 KB
Installation Count 87
Current Version 0.2.1
Last Updated 2019-05-13
Publish Date 2019-05-13
Rating 5.00/5 Total 1 Ratings
Developer ke.zhang.cn
Email [email protected]
Payment Type free
Extension Website https://github.com/KeZhang/h5-video-audio-ctl
Supported Languages 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
}