Show Video Controls by Default

Extension lets you show control buttons by default when playing video or gifs.

What is Show Video Controls by Default?

Show Video Controls by Default is a Chrome extension developed by marcintracz.official, and its main feature is "Extension lets you show control buttons by default when playing video or gifs.".

Extension Screenshots

screenshot

Download Show Video Controls by Default Extension CRX File

Download Show Video Controls by Default 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 turns on video or gif player controls by default.

Useful when browsing meme sites such as 9gag.

No need to press the right mouse button and then "show controls". 

They will appear by default for each media.                    

Extension Basic Information

Name Show Video Controls by Default Show Video Controls by Default
ID ngnnpfgkhpmcofcobdobhjnjmoglkhhe
Official URL https://chromewebstore.google.com/detail/show-video-controls-by-de/ngnnpfgkhpmcofcobdobhjnjmoglkhhe
Description Extension lets you show control buttons by default when playing video or gifs.
File Size 8.66 KB
Installation Count 2,169
Current Version 1.0
Last Updated 2022-07-12
Publish Date 2022-07-12
Rating 3.82/5 Total 11 Ratings
Developer marcintracz.official
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show Video Controls by Default",
    "description": "Extension lets you show control buttons by default when playing video or gifs.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.hulu.com\/*",
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.liveleak.com\/*",
                "*:\/\/*.vine.co\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/youtu.be\/*",
                "*:\/\/netflix.com\/*",
                "*:\/\/vimeo.com\/*",
                "*:\/\/dailymotion.com\/*",
                "*:\/\/hulu.com\/*",
                "*:\/\/twitch.tv\/*",
                "*:\/\/liveleak.com\/*",
                "*:\/\/vine.co\/*"
            ],
            "js": [
                "showvideocontrolsbydefault.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}