Responsive YouTube

Automatically switch YouTube to theater mode and size videos to fill your entire browser window.

Responsive YouTubeとは何ですか?

Responsive YouTubeはBlaise Kalによって開発されたChromeの拡張機能で、その主な機能は「Automatically switch YouTube to theater mode and size videos to fill your entire browser window.」です。

Responsive YouTube拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        • Automatically switch to theater mode.

    • Use all available space in your browser window to display the video as large as possible.

    • Scroll down to see the video details, comments and related videos.                    

拡張機能の基本情報

名前 Responsive YouTube Responsive YouTube
ID fchofanjgpjojphfdpakbdliemmmhnoi
公式URL https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi
説明 Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
ファイルサイズ 6.43 KB
インストール数 10
現在のバージョン 1.3.1
最終更新日 2018-02-23
公開日 2018-02-23
評価 1.00/5 合計 1 レビュー
開発者 Blaise Kal
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Responsive YouTube",
    "version": "1.3.1",
    "description": "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "responsiveyoutube.js"
            ]
        }
    ]
}