YouTube Windowed Fullscreen
This extension allows you to play YouTube videos fullscreen within your browser's window.
什么是YouTube Windowed Fullscreen?
YouTube Windowed Fullscreen是由fredrikgjellesvik开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to play YouTube videos fullscreen within your browser's window.”。
扩展截图
下载YouTube Windowed Fullscreen扩展crx文件
下载YouTube Windowed Fullscreen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When watching a video on YouTube, using this extension will play the video full screen within the browser's window. 扩展基本信息
| 名称 | |
| ID | iegaemeenabaiacgfdhjepmamefkejgm |
| 官方URL | https://chromewebstore.google.com/detail/youtube-windowed-fullscre/iegaemeenabaiacgfdhjepmamefkejgm |
| 简介 | This extension allows you to play YouTube videos fullscreen within your browser's window. |
| 文件大小 | 5.42 KB |
| 安装次数 | 196 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-10-11 |
| 上架时间 | 2016-10-10 |
| 评分 | 2.60/5 共5次评分 |
| 开发者 | fredrikgjellesvik |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube Windowed Fullscreen",
"description": "This extension allows you to play YouTube videos fullscreen within your browser's window.",
"version": "1.0",
"icons": {
"48": "48icon.png",
"128": "128icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"addressChange.js"
]
},
"permissions": [
"tabs"
]
} | |