Fill Window - Youtube
Plays Youtube videos in the entire window
什么是Fill Window - Youtube?
Fill Window - Youtube是由TT Ext开发的Chrome扩展程序,该扩展的主要功能是“Plays Youtube videos in the entire window”。
扩展截图
下载Fill Window - Youtube扩展crx文件
下载Fill Window - Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a button to the corner of your browser that will toggle youtube videos to fill the window. Advantages: Does not run any code when not in use. Will also work on drive.google.com
扩展基本信息
名称 | Fill Window - Youtube |
ID | ndkhjifkhiepbolnmojnaaghdfdepjof |
官方URL | https://chromewebstore.google.com/detail/fill-window-youtube/ndkhjifkhiepbolnmojnaaghdfdepjof |
简介 | Plays Youtube videos in the entire window |
文件大小 | 13.13 KB |
安装次数 | 1,069 |
当前版本 | 0.0.0.10 |
更新时间 | 2024-02-23 |
上架时间 | 2019-04-27 |
评分 | 4.78/5 共18次评分 |
开发者 | TT Ext |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fill Window - Youtube", "description": "Plays Youtube videos in the entire window", "version": "0.0.0.10", "permissions": [ "scripting", "activeTab" ], "commands": [], "manifest_version": 3, "icons": { "128": "red.png" }, "action": { "default_title": "Fill Window", "default_popup": "window.html", "default_icon": "red.png" } } |