Youtube Playback Gearstick

Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)

What is Youtube Playback Gearstick?

Youtube Playback Gearstick is a Chrome extension developed by Michael zlatin, and its main feature is "Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)".

Download Youtube Playback Gearstick Extension CRX File

Download Youtube Playback Gearstick 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

                        This is a simple extension to extend the playback speeds for YouTube™ videos.
in addition to the regular speeds (X0.25,X0.5,X1,X1.25,X1.5,X2) that YouTube™ provides it enables these speeds (X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)
plus its persistent across tabs, so once a speed is set it will affect other videos on reload                    

Extension Basic Information

Name Youtube Playback Gearstick Youtube Playback Gearstick
ID hippcojfnmieddlhckhloiooljlnepgp
Official URL https://chromewebstore.google.com/detail/youtube-playback-gearstic/hippcojfnmieddlhckhloiooljlnepgp
Description Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)
File Size 8.11 KB
Installation Count 192
Current Version 0.1
Last Updated 2017-07-31
Publish Date 2017-07-30
Rating 4.00/5 Total 5 Ratings
Developer Michael zlatin
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Playback Gearstick",
    "short_name": "YTG",
    "description": "Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)",
    "manifest_version": 2,
    "author": "Michael Zlatin",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Click to change speed"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "off.png"
    }
}