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
Eメール [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"
    }
}