Show Video Controls by Default

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

什么是Show Video Controls by Default?

Show Video Controls by Default是由marcintracz.official开发的Chrome扩展程序,该扩展的主要功能是“Extension lets you show control buttons by default when playing video or gifs.”。

扩展截图

screenshot

下载Show Video Controls by Default扩展crx文件

下载Show Video Controls by Default扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Show Video Controls by Default Show Video Controls by Default
ID ngnnpfgkhpmcofcobdobhjnjmoglkhhe
官方URL https://chromewebstore.google.com/detail/show-video-controls-by-de/ngnnpfgkhpmcofcobdobhjnjmoglkhhe
简介 Extension lets you show control buttons by default when playing video or gifs.
文件大小 8.66 KB
安装次数 2,169
当前版本 1.0
更新时间 2022-07-12
上架时间 2022-07-12
评分 3.82/5 共11次评分
开发者 marcintracz.official
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}