ShortsFullscreen
Adds a fullscreen control to YouTube Shorts
什么是ShortsFullscreen?
ShortsFullscreen是由DiAvisoo Solutions开发的Chrome扩展程序,该扩展的主要功能是“Adds a fullscreen control to YouTube Shorts”。
扩展截图
下载ShortsFullscreen扩展crx文件
下载ShortsFullscreen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a fullscreen control to YouTube Shorts. Just go to a YouTube Shorts video and hover the mouse cursor over a video. The fullscreen button will appear at the top. If you like this extension, please check out my other project xRoad at https://xroad.app. Thanks!
扩展基本信息
名称 | ShortsFullscreen |
ID | molcegabghkphlnemjfciclgoooejakj |
官方URL | https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj |
简介 | Adds a fullscreen control to YouTube Shorts |
文件大小 | 33.68 KB |
安装次数 | 1,088 |
当前版本 | 0.0.1 |
更新时间 | 2022-09-20 |
上架时间 | 2022-09-19 |
评分 | 4.67/5 共3次评分 |
开发者 | DiAvisoo Solutions |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://webcapta.in/fs_privacy.txt |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShortsFullscreen", "description": "Adds a fullscreen control to YouTube Shorts", "version": "0.0.1", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/shorts\/*" ], "js": [ "\/content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": "logo.png" }, "content_security_policy": [] } |