Full Window YouTube
Resize YouTube videos to fill the entire browser window.
什么是Full Window YouTube?
Full Window YouTube是由robbyking开发的Chrome扩展程序,该扩展的主要功能是“Resize YouTube videos to fill the entire browser window. ”。
扩展截图
下载Full Window YouTube扩展crx文件
下载Full Window YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Resize YouTube videos to fill the entire browser window.
扩展基本信息
名称 | Full Window YouTube |
ID | ljoihobokkeeobaplgebomjknmchpace |
官方URL | https://chrome.google.com/webstore/detail/ljoihobokkeeobaplgebomjknmchpace |
简介 | Resize YouTube videos to fill the entire browser window. |
文件大小 | 22.78 KB |
安装次数 | 1,188 |
当前版本 | 0.1 |
更新时间 | 2017-03-02 |
上架时间 | 2017-03-02 |
评分 | 4.08/5 共13次评分 |
开发者 | robbyking |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Window YouTube", "version": "0.1", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |