YouTube Window Player

Resize YouTube's HTML5 player to fully fit your browser window

什么是YouTube Window Player?

YouTube Window Player是由jakdept开发的Chrome扩展程序,该扩展的主要功能是“Resize YouTube's HTML5 player to fully fit your browser window”。

扩展截图

screenshot

下载YouTube Window Player扩展crx文件

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

扩展使用说明

                        Autohides the top bar in YouTube's HTML5 theatre player, and makes the share buttons optional.

- Updated to match youtube's new style.                    

扩展基本信息

名称 YouTube Window Player YouTube Window Player
ID djcblfigljldnidihnfjmpcbfhflhfan
官方URL https://chromewebstore.google.com/detail/youtube-window-player/djcblfigljldnidihnfjmpcbfhflhfan
简介 Resize YouTube's HTML5 player to fully fit your browser window
文件大小 672 KB
安装次数 1,261
当前版本 0.1.1
更新时间 2018-09-11
上架时间 2018-09-11
评分 3.86/5 共7次评分
开发者 jakdept
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jakdept/youtube-window-player
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Window Player",
    "version": "0.1.1",
    "description": "Resize YouTube's HTML5 player to fully fit your browser window",
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "author": "Jack Hayhurst",
    "content_scripts": [
        {
            "css": [
                "player.css"
            ],
            "js": [
                "thirdParty\/jquery-3.2.1.min.js",
                "thirdParty\/debounce.js",
                "player.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "incognito": "split"
}