h5-video-audio-ctl
h5-video-audio-ctl
Vad är h5-video-audio-ctl?
h5-video-audio-ctl är en Chrome-tillägg utvecklad av ke.zhang.cn, och dess huvudfunktion är "h5-video-audio-ctl".
Tilläggsskärmbilder
Ladda ner h5-video-audio-ctl-förlängningens CRX-fil
Ladda ner h5-video-audio-ctl-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | dpckhdgogkehddflljnnbdjndfioacih |
Officiell webbadress | https://chrome.google.com/webstore/detail/h5-video-audio-ctl/dpckhdgogkehddflljnnbdjndfioacih |
Beskrivning | h5-video-audio-ctl |
Filstorlek | 26.27 KB |
Antal Installationer | 87 |
Aktuell Version | 0.2.1 |
Senast Uppdaterad | 2019-05-13 |
Publiceringsdatum | 2019-05-13 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | ke.zhang.cn |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/KeZhang/h5-video-audio-ctl |
Stödda Språk | 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": [ " |