Video controls

This extension always shows the controls over a video/animated gif

What is Video controls?

Video controls is a Chrome extension developed by Dumitru Buzoianu, and its main feature is "This extension always shows the controls over a video/animated gif".

Extension Screenshots

screenshot

Download Video controls Extension CRX File

Download Video controls 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

                        Display controls on GIF/VIDEO files on sites like 9gag or imgur.
Just turn it on and mouse over the animation.                    

Extension Basic Information

Name Video controls Video controls
ID gjljlaipmmjmogcbeabcaelfnbajcpih
Official URL https://chrome.google.com/webstore/detail/video-controls/gjljlaipmmjmogcbeabcaelfnbajcpih
Description This extension always shows the controls over a video/animated gif
File Size 54.03 KB
Installation Count 442
Current Version 1.0
Last Updated 2017-05-28
Publish Date 2017-05-28
Rating 2.80/5 Total 10 Ratings
Developer Dumitru Buzoianu
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video controls",
    "description": "This extension always shows the controls over a video\/animated gif",
    "version": "1.0",
    "browser_action": {
        "default_icon": "off.png",
        "badge_text": "off"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}