speed up videos

This extension speed up videos based in HTML5, like udemy and youtube

What is speed up videos?

speed up videos is a Chrome extension developed by leodecm3, and its main feature is "This extension speed up videos based in HTML5, like udemy and youtube".

Extension Screenshots

screenshot

Download speed up videos Extension CRX File

Download speed up videos 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

                        The extension of the freedom to increase the speed of videos based on HTML5. Allows it to increase to 3.5x, 4.0x or custom                    

Extension Basic Information

Name speed up videos speed up videos
ID lkfbcmacdfoadbamjdimpjmlkgbpfpbg
Official URL https://chromewebstore.google.com/detail/speed-up-videos/lkfbcmacdfoadbamjdimpjmlkgbpfpbg
Description This extension speed up videos based in HTML5, like udemy and youtube
File Size 75.29 KB
Installation Count 202
Current Version 2.0
Last Updated 2017-08-10
Publish Date 2017-08-09
Rating 4.29/5 Total 7 Ratings
Developer leodecm3
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "speed up videos",
    "description": "This extension speed up videos based in HTML5, like udemy and youtube",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}