YouTube Aspect Ratio Control

Resizer and aspect ratio changer for YouTube videos.

Co to jest YouTube Aspect Ratio Control?

YouTube Aspect Ratio Control to rozszerzenie Chrome opracowane przez Andrei Felix, a jego główną funkcją jest „Resizer and aspect ratio changer for YouTube videos.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia YouTube Aspect Ratio Control

Pobierz pliki rozszerzeń YouTube Aspect Ratio Control w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Aspect Ratio Control YouTube Aspect Ratio Control
ID nibkffljoplhfjjnompgibnkoehbjmmo
Oficjalny URL https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo
Opis Resizer and aspect ratio changer for YouTube videos.
Rozmiar pliku 35 KB
Liczba instalacji 13,086
Aktualna Wersja 1.0.0.2
Ostatnia Aktualizacja 2020-08-04
Data Publikacji 2018-05-26
Ocena 4.37/5 Łącznie 133 Oceny
Deweloper Andrei Felix
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}