HTML5 Video Shortcutter

Control any html5 video by shortcuts

Wat is HTML5 Video Shortcutter?

HTML5 Video Shortcutter is een Chrome-extensie ontwikkeld door Timur Kh, en de belangrijkste functie is "Control any html5 video by shortcuts".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie HTML5 Video Shortcutter

Download HTML5 Video Shortcutter-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

                        The best solutions to reduce waste of time.

@release v1.0
Sep. 2018
*realised HTML5 video playback controller
*realised custom length rewind
*realised flexible settings                    

Basisinformatie over de Extensie

Naam HTML5 Video Shortcutter HTML5 Video Shortcutter
ID fmomikokjpaebojpkgliolnhckcmmfag
Officiële URL https://chrome.google.com/webstore/detail/html5-video-shortcutter/fmomikokjpaebojpkgliolnhckcmmfag
Beschrijving Control any html5 video by shortcuts
Bestandsgrootte 203 KB
Aantal Installaties 427
Huidige Versie 1.0
Laatst Bijgewerkt 2018-09-08
Publicatiedatum 2018-09-08
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar Timur Kh
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Shortcutter",
    "description": "Control any html5 video by shortcuts",
    "version": "1.0",
    "browser_action": {
        "default_icon": "Images\/icons\/icon256.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "downloads",
        "notifications",
        "contextMenus",
        "tabs",
        "storage",
        "activeTab",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "backgroundMain.js"
        ]
    },
    "web_accessible_resources": [
        "css\/GoogleSans-Bold.ttf"
    ],
    "icons": {
        "16": "Images\/icons\/icon16.png",
        "32": "Images\/icons\/icon32.png",
        "48": "Images\/icons\/icon48.png",
        "64": "Images\/icons\/icon64.png",
        "128": "Images\/icons\/icon128.png",
        "256": "Images\/icons\/icon256.png"
    },
    "commands": {
        "reload_script": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Reload script"
        }
    }
}