YouTube Fuller Theater
A larger tab theater mode for a more immersive viewing experience.
什么是YouTube Fuller Theater?
YouTube Fuller Theater是由konglongkanglang开发的Chrome扩展程序,该扩展的主要功能是“A larger tab theater mode for a more immersive viewing experience.”。
扩展截图
下载YouTube Fuller Theater扩展crx文件
下载YouTube Fuller Theater扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enlarges the theater mode on YouTube to the edges of your tab/window to improve your viewing experience! 扩展基本信息
| 名称 | |
| ID | ajdahhiabpehigbhnbplibcpofihofif |
| 官方URL | https://chromewebstore.google.com/detail/youtube-fuller-theater/ajdahhiabpehigbhnbplibcpofihofif |
| 简介 | A larger tab theater mode for a more immersive viewing experience. |
| 文件大小 | 9.61 KB |
| 安装次数 | 127 |
| 当前版本 | 1.3 |
| 更新时间 | 2023-08-09 |
| 上架时间 | 2020-07-19 |
| 评分 | 4.15/5 共13次评分 |
| 开发者 | konglongkanglang |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"description": "A larger tab theater mode for a more immersive viewing experience.",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzqiIDr\/5loFRrlLIAM2zGXuAZnI0+qqblGfWiKTrKgfMr\/\/Um9gsNPPmvFw212Wb9u7ME80K3xbbTro2fkr+IRgfEJN8M3yQ5vhYbftcy9nDHhXtjjoialyGf1WQDJn11Qp3wEkGep0v0pMNESOdfWDAG4gCMCVju3mtkp\/qWAcsLIWXdbz6k03LyG\/YWyBN0dgCGHmCGbzgNrSSweMl5t5vN5BxykCTUUZAM0a69w+qGpoXFoauu1YyggUCw6s40+Zy8xK\/lTug9dQoPdn4rUSdGlkyqrmd8ubU69shaHx1FRE0plKad3NaF3AnQwxEFZ+Zy0WAkAPgAZItlTsJNQIDAQAB",
"manifest_version": 2,
"name": "YouTube Fuller Theater",
"permissions": [],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3"
} | |