h5-video-audio-ctl

h5-video-audio-ctl

Hvad er h5-video-audio-ctl?

h5-video-audio-ctl er en Chrome-udvidelse udviklet af ke.zhang.cn, og dens hovedfunktion er "h5-video-audio-ctl".

Udvidelsesskærmbilleder

screenshot

Download h5-video-audio-ctl-udvidelses-CRX-fil

Download h5-video-audio-ctl-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn h5-video-audio-ctl h5-video-audio-ctl
ID dpckhdgogkehddflljnnbdjndfioacih
Officiel URL https://chrome.google.com/webstore/detail/h5-video-audio-ctl/dpckhdgogkehddflljnnbdjndfioacih
Beskrivelse h5-video-audio-ctl
Filstørrelse 26.27 KB
Antal Installationer 87
Nuværende Version 0.2.1
Senest Opdateret 2019-05-13
Udgivelsesdato 2019-05-13
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler ke.zhang.cn
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/KeZhang/h5-video-audio-ctl
Understøttede Sprog 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
}