h5-video-audio-ctl

h5-video-audio-ctl

Was ist h5-video-audio-ctl?

h5-video-audio-ctl ist eine Chrome-Erweiterung, die von ke.zhang.cn entwickelt wurde, und ihr Hauptmerkmal ist "h5-video-audio-ctl".

Erweiterungsscreenshots

screenshot

h5-video-audio-ctl-Erweiterungs-CRX-Datei herunterladen

Laden Sie h5-video-audio-ctl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name h5-video-audio-ctl h5-video-audio-ctl
ID dpckhdgogkehddflljnnbdjndfioacih
Offizielle URL https://chrome.google.com/webstore/detail/h5-video-audio-ctl/dpckhdgogkehddflljnnbdjndfioacih
Beschreibung h5-video-audio-ctl
Dateigröße 26.27 KB
Installationsanzahl 87
Aktuelle Version 0.2.1
Letztes Update 2019-05-13
Veröffentlichungsdatum 2019-05-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ke.zhang.cn
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/KeZhang/h5-video-audio-ctl
Unterstützte Sprachen 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
}