Video Controls Max

This plugin provide extra video controls for youtube

What is Video Controls Max?

Video Controls Max is a Chrome extension developed by Manjot Singh, and its main feature is "This plugin provide extra video controls for youtube".

Extension Screenshots

screenshot

Download Video Controls Max Extension CRX File

Download Video Controls Max 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 plugin gives you extra control for your youtube video. 

Extra Controls given right now are:-

1. Forward: Forward by 10 sec
2. Backward: Backward by 10 sec
3. Speed+: Increase speed of video ( max 15.5x) 
4. Speed-: Decrease speed of video ( min 0.5x)
5. Reverse: Reverse your Video
6. Stop Reverse: Stop Reversing video                    

Extension Basic Information

Name Video Controls Max Video Controls Max
ID ofcelndgcapgcjldffldonbefaoddhjn
Official URL https://chrome.google.com/webstore/detail/video-controls-max/ofcelndgcapgcjldffldonbefaoddhjn
Description This plugin provide extra video controls for youtube
File Size 14.74 KB
Installation Count 153
Current Version 1.2
Last Updated 2019-03-12
Publish Date 2019-03-12
Rating 3.67/5 Total 6 Ratings
Developer Manjot Singh
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Controls Max",
    "version": "1.2",
    "description": "This plugin provide extra video controls for youtube",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "webNavigation",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "insertPlayerButtons.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "manifest_version": 2
}