Speed it up

Adds a browser action that provides a way to adjust playback rate on any website

What is Speed it up?

Speed it up is a Chrome extension developed by Deven Bansod, and its main feature is "Adds a browser action that provides a way to adjust playback rate on any website".

Extension Screenshots

screenshot

Download Speed it up Extension CRX File

Download Speed it up 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

                        Wanting to watch Netflix, Amazon Primevideo, HotStar videos on a higher playback rate? Bumped that these websites don't allow for this?

This simple extension allows you to adjust the playback rate for any website with streaming videos with just a simple slider.                    

Extension Basic Information

Name Speed it up Speed it up
ID nfiebcmdfpjodedomagjlajcdpnkdopm
Official URL https://chromewebstore.google.com/detail/speed-it-up/nfiebcmdfpjodedomagjlajcdpnkdopm
Description Adds a browser action that provides a way to adjust playback rate on any website
File Size 19.75 KB
Installation Count 10,000
Current Version 0.0.2
Last Updated 2019-06-10
Publish Date 2019-06-09
Rating 4.93/5 Total 29 Ratings
Developer Deven Bansod
Email [email protected]
Payment Type free
Extension Website https://github.com/devenbansod/speed-it-up
Help Page URL https://github.com/devenbansod/speed-it-up/issues/new
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speed it up",
    "version": "0.0.2",
    "description": "Adds a browser action that provides a way to adjust playback rate on any website",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Speed it up",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}