Video Speed Changer

This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…

What is Video Speed Changer?

Video Speed Changer is a Chrome extension developed by the.sh.developer, and its main feature is "This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…".

Extension Screenshots

screenshot

Download Video Speed Changer Extension CRX File

Download Video Speed Changer 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 extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to 2.5x easily. This works for html 5 videos only, flash is not supported.                    

Extension Basic Information

Name Video Speed Changer Video Speed Changer
ID nkgldikaifljadeeogdbanlckplpbffj
Official URL https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj
Description This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
File Size 6.23 KB
Installation Count 13,875
Current Version 1.0
Last Updated 2015-11-30
Publish Date 2015-11-30
Rating 4.22/5 Total 36 Ratings
Developer the.sh.developer
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Changer",
    "version": "1.0",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_title": "Video Speed Changer",
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "VideoSpeedChangerLoader.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}