YouTube Aspect Ratio Control
Resizer and aspect ratio changer for YouTube videos.
Wat is YouTube Aspect Ratio Control?
YouTube Aspect Ratio Control is een Chrome-extensie ontwikkeld door Andrei Felix, en de belangrijkste functie is "Resizer and aspect ratio changer for YouTube videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Aspect Ratio Control
Download YouTube Aspect Ratio Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An extension that allows users to view YouTube videos in the correct aspect ratio if they weren't properly encoded by the uploader.
Basisinformatie over de Extensie
Naam | YouTube Aspect Ratio Control |
ID | nibkffljoplhfjjnompgibnkoehbjmmo |
Officiële URL | https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo |
Beschrijving | Resizer and aspect ratio changer for YouTube videos. |
Bestandsgrootte | 35 KB |
Aantal Installaties | 13,086 |
Huidige Versie | 1.0.0.2 |
Laatst Bijgewerkt | 2020-08-04 |
Publicatiedatum | 2018-05-26 |
Beoordeling | 4.37/5 Totaal 133 Beoordelingen |
Ontwikkelaar | Andrei Felix |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |