HTML5 Video Shortcutter

Control any html5 video by shortcuts

What is HTML5 Video Shortcutter?

HTML5 Video Shortcutter is a Chrome extension developed by Timur Kh, and its main feature is "Control any html5 video by shortcuts".

Extension Screenshots

screenshot
screenshot

Download HTML5 Video Shortcutter Extension CRX File

Download HTML5 Video Shortcutter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name HTML5 Video Shortcutter HTML5 Video Shortcutter
ID fmomikokjpaebojpkgliolnhckcmmfag
Official URL https://chrome.google.com/webstore/detail/html5-video-shortcutter/fmomikokjpaebojpkgliolnhckcmmfag
Description Control any html5 video by shortcuts
File Size 203 KB
Installation Count 427
Current Version 1.0
Last Updated 2018-09-08
Publish Date 2018-09-08
Rating 4.67/5 Total 6 Ratings
Developer Timur Kh
Payment Type free
Supported Languages 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"
        }
    }
}