5 Speed Options for HTML5 videos

Allows users to store 5 different speed options and access them with keyboard shortcuts

What is 5 Speed Options for HTML5 videos?

5 Speed Options for HTML5 videos is a Chrome extension developed by h-1, and its main feature is "Allows users to store 5 different speed options and access them with keyboard shortcuts".

Extension Screenshots

screenshot
screenshot

Download 5 Speed Options for HTML5 videos Extension CRX File

Download 5 Speed Options for HTML5 videos 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

                        Allows users to store 5 different speed options and access them with keyboard shortcuts.

5SpeedOptions is heavily influenced by Video Speed Controller
Developer: https://github.com/igrigorik
Video Speed Controller code: https://github.com/igrigorik/videospeed
Chrome extension: https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk

Icon made by Freepik from www.flaticon.com
http://www.flaticon.com/free-icon/number-5_1875                    

Extension Basic Information

Name 5 Speed Options for HTML5 videos 5 Speed Options for HTML5 videos
ID jgcledljkklfpfbidpfogmcihiphjibn
Official URL https://chrome.google.com/webstore/detail/5-speed-options-for-html5/jgcledljkklfpfbidpfogmcihiphjibn
Description Allows users to store 5 different speed options and access them with keyboard shortcuts
File Size 12.54 KB
Installation Count 341
Current Version 1.3
Last Updated 2018-10-03
Publish Date 2018-10-03
Rating 4.56/5 Total 9 Ratings
Developer h-1
Payment Type free
Extension Website https://github.com/h-1/5SpeedOptions
Help Page URL https://github.com/h-1/5SpeedOptions
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "5 Speed Options for HTML5 videos",
    "description": "Allows users to store 5 different speed options and access them with keyboard shortcuts",
    "version": "1.3",
    "homepage_url": "https:\/\/github.com\/h-1\/5SpeedOptions",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/Number_5_16.png",
        "48": "icons\/Number_5_64.png",
        "128": "icons\/Number_5_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/Number_5_16.png",
            "48": "icons\/Number_5_64.png"
        },
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ]
}