ShortsFullscreen
Adds a fullscreen control to YouTube Shorts
Cos'è ShortsFullscreen?
ShortsFullscreen è un'estensione di Chrome sviluppata da DiAvisoo Solutions, e la sua funzione principale è "Adds a fullscreen control to YouTube Shorts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ShortsFullscreen
Scarica i file di estensione ShortsFullscreen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | ShortsFullscreen |
ID | molcegabghkphlnemjfciclgoooejakj |
URL Ufficiale | https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj |
Descrizione | Adds a fullscreen control to YouTube Shorts |
Dimensione del File | 33.68 KB |
Conteggio Installazioni | 1,088 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-09-20 |
Data di Pubblicazione | 2022-09-19 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | DiAvisoo Solutions |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://webcapta.in/fs_privacy.txt |
Lingue Supportate | 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": [] } |