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
电子邮箱 [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"
            ]
        }
    ]
}