YouTube Aspect Ratio Control

Resizer and aspect ratio changer for YouTube videos.

What is YouTube Aspect Ratio Control?

YouTube Aspect Ratio Control is a Chrome extension developed by Andrei Felix, and its main feature is "Resizer and aspect ratio changer for YouTube videos.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download YouTube Aspect Ratio Control Extension CRX File

Download YouTube Aspect Ratio Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An extension that allows users to view YouTube videos in the correct aspect ratio if they weren't properly encoded by the uploader.                    

Extension Basic Information

Name YouTube Aspect Ratio Control YouTube Aspect Ratio Control
ID nibkffljoplhfjjnompgibnkoehbjmmo
Official URL https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo
Description Resizer and aspect ratio changer for YouTube videos.
File Size 35 KB
Installation Count 13,086
Current Version 1.0.0.2
Last Updated 2020-08-04
Publish Date 2018-05-26
Rating 4.37/5 Total 133 Ratings
Developer Andrei Felix
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}