ShortsFullscreen
Adds a fullscreen control to YouTube Shorts
Was ist ShortsFullscreen?
ShortsFullscreen ist eine Chrome-Erweiterung, die von DiAvisoo Solutions entwickelt wurde, und ihr Hauptmerkmal ist "Adds a fullscreen control to YouTube Shorts".
Erweiterungsscreenshots
ShortsFullscreen-Erweiterungs-CRX-Datei herunterladen
Laden Sie ShortsFullscreen-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | molcegabghkphlnemjfciclgoooejakj |
| Offizielle URL | https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj |
| Beschreibung | Adds a fullscreen control to YouTube Shorts |
| Dateigröße | 33.68 KB |
| Installationsanzahl | 1,088 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2022-09-20 |
| Veröffentlichungsdatum | 2022-09-19 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | DiAvisoo Solutions |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://webcapta.in/fs_privacy.txt |
| Unterstützte Sprachen | 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": []
} | |