Video Controls

Re-styling of Prime Video playback controls to be less intrusive.

What is Video Controls?

Video Controls is a Chrome extension developed by Justin, and its main feature is "Re-styling of Prime Video playback controls to be less intrusive.".

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

                        Automatically re-styles Prime Video playback controls to be less intrusive.

Release Notes:

v1.0.1
- Added support for American prime video domains                    

Extension Basic Information

Name Video Controls Video Controls
ID jabennopofjkkeodfgcmpmdcibkjlcol
Official URL https://chromewebstore.google.com/detail/video-controls/jabennopofjkkeodfgcmpmdcibkjlcol
Description Re-styling of Prime Video playback controls to be less intrusive.
File Size 45.28 KB
Installation Count 364
Current Version 1.1.2
Last Updated 2022-09-25
Publish Date 2019-11-04
Rating 5.00/5 Total 14 Ratings
Developer Justin
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Controls",
    "version": "1.1.2",
    "description": "Re-styling of Prime Video playback controls to be less intrusive.",
    "icons": {
        "128": "images\/logoIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/primevideo.com\/*",
                "https:\/\/www.primevideo.com\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "images\/logoIcon.png"
        }
    },
    "permissions": [
        "https:\/\/primevideo.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.cloudflare.com; object-src 'self'",
    "manifest_version": 2
}