h5-video-audio-ctl

h5-video-audio-ctl

Wat is h5-video-audio-ctl?

h5-video-audio-ctl is een Chrome-extensie ontwikkeld door ke.zhang.cn, en de belangrijkste functie is "h5-video-audio-ctl".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie h5-video-audio-ctl

Download h5-video-audio-ctl-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam h5-video-audio-ctl h5-video-audio-ctl
ID dpckhdgogkehddflljnnbdjndfioacih
Officiële URL https://chrome.google.com/webstore/detail/h5-video-audio-ctl/dpckhdgogkehddflljnnbdjndfioacih
Beschrijving h5-video-audio-ctl
Bestandsgrootte 26.27 KB
Aantal Installaties 87
Huidige Versie 0.2.1
Laatst Bijgewerkt 2019-05-13
Publicatiedatum 2019-05-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ke.zhang.cn
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/KeZhang/h5-video-audio-ctl
Ondersteunde Talen 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
}