YouTube Aspect Ratio Control

Resizer and aspect ratio changer for YouTube videos.

Что такое YouTube Aspect Ratio Control?

YouTube Aspect Ratio Control - это расширение Chrome, разработанное Andrei Felix, и его основная функция - "Resizer and aspect ratio changer for YouTube videos.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения YouTube Aspect Ratio Control

Скачайте файлы расширений YouTube Aspect Ratio Control в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название YouTube Aspect Ratio Control YouTube Aspect Ratio Control
ID nibkffljoplhfjjnompgibnkoehbjmmo
Официальный URL https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo
Описание Resizer and aspect ratio changer for YouTube videos.
Размер файла 35 KB
Количество установок 13,086
Текущая Версия 1.0.0.2
Последнее Обновление 2020-08-04
Дата публикации 2018-05-26
Рейтинг 4.37/5 Всего 133 оценок
Разработчик Andrei Felix
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}