YouTube Longener
Convert youtube shorts to regular videos
Cos'è YouTube Longener?
YouTube Longener è un'estensione di Chrome sviluppata da o.khandxb, e la sua funzione principale è "Convert youtube shorts to regular videos".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Longener
Scarica i file di estensione YouTube Longener 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
YouTube shorts have no controls (to rewind, fast-forward, or change the volume). On a PC, there's no reason for us not to have these basic functions. Youtube Longener takes a short and redirects you automatically to the regular video version.
Informazioni di Base sull'Estensione
Nome | YouTube Longener |
ID | cpmkeokkddifaceigmhijfchhcmapfgh |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-longener/cpmkeokkddifaceigmhijfchhcmapfgh |
Descrizione | Convert youtube shorts to regular videos |
Dimensione del File | 5.66 KB |
Conteggio Installazioni | 162 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2023-05-16 |
Data di Pubblicazione | 2023-05-16 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | o.khandxb |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://github.com/lowsound42/youtubeLongener/tree/main |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Longener", "description": "Convert youtube shorts to regular videos", "version": "0.0.1", "permissions": [ "tabs" ], "action": { "default_popup": "longener.html", "default_icon": { "16": "Y-s.png", "32": "Y-m.png" } }, "icons": { "16": "Y-s.png", "32": "Y-m.png" } } |