ShortsFullscreen
Adds a fullscreen control to YouTube Shorts
What is ShortsFullscreen?
ShortsFullscreen is a Chrome extension developed by DiAvisoo Solutions, and its main feature is "Adds a fullscreen control to YouTube Shorts".
Extension Screenshots
Download ShortsFullscreen Extension CRX File
Download ShortsFullscreen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | ShortsFullscreen |
ID | molcegabghkphlnemjfciclgoooejakj |
Official URL | https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj |
Description | Adds a fullscreen control to YouTube Shorts |
File Size | 33.68 KB |
Installation Count | 1,088 |
Current Version | 0.0.1 |
Last Updated | 2022-09-20 |
Publish Date | 2022-09-19 |
Rating | 4.67/5 Total 3 Ratings |
Developer | DiAvisoo Solutions |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://webcapta.in/fs_privacy.txt |
Supported Languages | 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": [] } |