Always Show HTML5 Video Controls

This tiny extension makes all HTML5 video elements show controls by default.

Always Show HTML5 Video Controlsとは何ですか?

Always Show HTML5 Video ControlsはSterling Phillipsによって開発されたChromeの拡張機能で、その主な機能は「This tiny extension makes all HTML5 video elements show controls by default.」です。

拡張機能のスクリーンショット

screenshot

Always Show HTML5 Video Controls拡張機能のCRXファイルをダウンロード

Always Show HTML5 Video Controls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        HTML5 video tags have their "Show Controls" attribute set to false by default. This extension looks for video tags on most webpages and sets the "Show Controls" attribute to true. Does not take action on the following sites to prevent conflicts with proprietary video controls:
youtube.com
netflix.com
vimeo.com
dailymotion.com
hulu.com
twitch.tv
liveleak.com
vine.co                    

拡張機能の基本情報

名前 Always Show HTML5 Video Controls Always Show HTML5 Video Controls
ID olapbecfjokjlmkkdldjfmdolkkadebm
公式URL https://chrome.google.com/webstore/detail/always-show-html5-video-c/olapbecfjokjlmkkdldjfmdolkkadebm
説明 This tiny extension makes all HTML5 video elements show controls by default.
ファイルサイズ 6.79 KB
インストール数 3,000
現在のバージョン 1.14
最終更新日 2017-04-18
公開日 2017-04-18
評価 4.00/5 合計 32 レビュー
開発者 Sterling Phillips
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Show HTML5 Video Controls",
    "description": "This tiny extension makes all HTML5 video elements show controls by default.",
    "version": "1.14",
    "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": [
                "alwaysshowvideocontrols.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}