HDpiano Speed Control

Speed controls for HDpiano piano lesson videos.

What is HDpiano Speed Control?

HDpiano Speed Control is a Chrome extension developed by Bogdan Dragomir, and its main feature is "Speed controls for HDpiano piano lesson videos.".

Extension Screenshots

screenshot

Download HDpiano Speed Control Extension CRX File

Download HDpiano Speed Control 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

                        Unlimited speed controls, perfect for HDpiano’s Hybrid Piano Lessons and many others like Khan Academy, YouTube, and Vimeo. Slow down or speed up videos from 0.5x to 4x in increments of .01x.

Download it now from the Google Chrome App Store:
https://chrome.google.com/webstore/detail/hdpiano-speed-control/kfeoapecjnlhgjmjibpdegkpnhbepaph                    

Extension Basic Information

Name HDpiano Speed Control HDpiano Speed Control
ID kfeoapecjnlhgjmjibpdegkpnhbepaph
Official URL https://chrome.google.com/webstore/detail/hdpiano-speed-control/kfeoapecjnlhgjmjibpdegkpnhbepaph
Description Speed controls for HDpiano piano lesson videos.
File Size 188 KB
Installation Count 154
Current Version 1.1
Last Updated 2016-07-04
Publish Date 2016-07-04
Rating 4.75/5 Total 4 Ratings
Developer Bogdan Dragomir
Payment Type free
Extension Website https://hdpiano.com
Supported Languages en-US
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "hdpiano.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "description": "Speed controls for HDpiano piano lesson videos.",
    "browser_action": {
        "default_icon": {
            "19": "hdpiano19.png",
            "38": "hdpiano38.png"
        }
    },
    "icons": {
        "128": "hdpiano128.png",
        "48": "hdpiano48.png",
        "17": "icon.png"
    },
    "manifest_version": 2,
    "name": "HDpiano Speed Control",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}