YouTube Aspect Ratio Control
Resizer and aspect ratio changer for YouTube videos.
Qu'est-ce que YouTube Aspect Ratio Control ?
YouTube Aspect Ratio Control est une extension Chrome développée par Andrei Felix, et sa fonction principale est "Resizer and aspect ratio changer for YouTube videos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Aspect Ratio Control
Téléchargez les fichiers d'extension YouTube Aspect Ratio Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
An extension that allows users to view YouTube videos in the correct aspect ratio if they weren't properly encoded by the uploader.
Informations de Base sur l'Extension
Nom | YouTube Aspect Ratio Control |
ID | nibkffljoplhfjjnompgibnkoehbjmmo |
URL Officiel | https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo |
Description | Resizer and aspect ratio changer for YouTube videos. |
Taille du Fichier | 35 KB |
Nombre d'Installations | 13,086 |
Version Actuelle | 1.0.0.2 |
Dernière Mise à Jour | 2020-08-04 |
Date de Publication | 2018-05-26 |
Évaluation | 4.37/5 Total 133 Évaluations |
Développeur | Andrei Felix |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |