YouTube Longs
Redirects tabs opening a YouTube short to open the proper video.
Cos'è YouTube Longs?
YouTube Longs è un'estensione di Chrome sviluppata da Deathbetray, e la sua funzione principale è "Redirects tabs opening a YouTube short to open the proper video.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Longs
Scarica i file di estensione YouTube Longs 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
Redirects webpages that are attempting to open a YouTube short to instead open the desktop-friendly version of the webpage. Informazioni di Base sull'Estensione
| Nome | |
| ID | hgohjdcdlbnpmnopkigclphedadbnlel |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel |
| Descrizione | Redirects tabs opening a YouTube short to open the proper video. |
| Dimensione del File | 17.86 KB |
| Conteggio Installazioni | 59 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2022-06-05 |
| Data di Pubblicazione | 2022-06-04 |
| Sviluppatore | Deathbetray |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Longs",
"description": "Redirects tabs opening a YouTube short to open the proper video.",
"version": "1.1",
"author": "Deathbetray",
"manifest_version": 3,
"background": {
"service_worker": "youTubeLongs.js"
},
"permissions": [
"tabs"
],
"icons": {
"16": "\/images\/youTubeLongs-logo-16.png",
"32": "\/images\/youTubeLongs-logo-32.png",
"48": "\/images\/youTubeLongs-logo-48.png",
"128": "\/images\/youTubeLongs-logo-128.png"
},
"action": {
"default_icon": {
"16": "\/images\/youTubeLongs-logo-16.png",
"32": "\/images\/youTubeLongs-logo-32.png",
"48": "\/images\/youTubeLongs-logo-48.png",
"128": "\/images\/youTubeLongs-logo-128.png"
},
"default_title": "YouTube Longs",
"default_popup": "popup.html"
}
} | |