HTML5 Media Rate Controller

HTML5 Media Rate Controller allows changing video and audio playback rate or time giving you control over media in your browser.

What is HTML5 Media Rate Controller?

HTML5 Media Rate Controller is a Chrome extension developed by Digital Edict, and its main feature is "HTML5 Media Rate Controller allows changing video and audio playback rate or time giving you control over media in your browser.".

Extension Screenshots

screenshot

Download HTML5 Media Rate Controller Extension CRX File

Download HTML5 Media Rate Controller 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

                        HTML5 Media Rate Controller allows changing video and audio playback rate giving you better control over speed with which your browser plays HTML5 media.

This extension allows changing video or audio playback rate giving you full control over speed with which your browser plays HTML5 media. It is compatible with websites such as YouTube, Vimeo, and more.                    

Extension Basic Information

Name HTML5 Media Rate Controller HTML5 Media Rate Controller
ID lpmnmgdfmeebgdgpnjmekojjhnjbighh
Official URL https://chromewebstore.google.com/detail/html5-media-rate-controll/lpmnmgdfmeebgdgpnjmekojjhnjbighh
Description HTML5 Media Rate Controller allows changing video and audio playback rate or time giving you control over media in your browser.
File Size 23.96 KB
Installation Count 1,413
Current Version 1.0.1
Last Updated 2018-03-18
Publish Date 2018-03-18
Rating 4.29/5 Total 14 Ratings
Developer Digital Edict
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Media Rate Controller",
    "short_name": "MRC",
    "description": "HTML5 Media Rate Controller allows changing video and audio playback rate or time giving you control over media in your browser.",
    "version": "1.0.1",
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "browser_action": {
        "default_icon": "icon-48x48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_main.js"
            ],
            "all_frames": true
        }
    ],
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Toggle feature foo"
        }
    }
}