YouTube Aspect Ratio Control
Resizer and aspect ratio changer for YouTube videos.
Cos'è YouTube Aspect Ratio Control?
YouTube Aspect Ratio Control è un'estensione di Chrome sviluppata da Andrei Felix, e la sua funzione principale è "Resizer and aspect ratio changer for YouTube videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Aspect Ratio Control
Scarica i file di estensione YouTube Aspect Ratio Control 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
An extension that allows users to view YouTube videos in the correct aspect ratio if they weren't properly encoded by the uploader.
Informazioni di Base sull'Estensione
Nome | YouTube Aspect Ratio Control |
ID | nibkffljoplhfjjnompgibnkoehbjmmo |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo |
Descrizione | Resizer and aspect ratio changer for YouTube videos. |
Dimensione del File | 35 KB |
Conteggio Installazioni | 13,086 |
Versione Corrente | 1.0.0.2 |
Ultimo Aggiornamento | 2020-08-04 |
Data di Pubblicazione | 2018-05-26 |
Valutazione | 4.37/5 Totale 133 Valutazioni |
Sviluppatore | Andrei Felix |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Aspect Ratio Control", "version": "1.0.0.2", "description": "Resizer and aspect ratio changer for YouTube videos.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "36": "icons\/icon36.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "js\/jquery.js", "js\/aspect-ratio.js" ] } ] } |