YouTube Aspect Ratio Control

Resizer and aspect ratio changer for YouTube videos.

Was ist YouTube Aspect Ratio Control?

YouTube Aspect Ratio Control ist eine Chrome-Erweiterung, die von Andrei Felix entwickelt wurde, und ihr Hauptmerkmal ist "Resizer and aspect ratio changer for YouTube videos.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

YouTube Aspect Ratio Control-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Aspect Ratio Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name YouTube Aspect Ratio Control YouTube Aspect Ratio Control
ID nibkffljoplhfjjnompgibnkoehbjmmo
Offizielle URL https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo
Beschreibung Resizer and aspect ratio changer for YouTube videos.
Dateigröße 35 KB
Installationsanzahl 13,086
Aktuelle Version 1.0.0.2
Letztes Update 2020-08-04
Veröffentlichungsdatum 2018-05-26
Bewertung 4.37/5 Insgesamt 133 Bewertungen
Entwickler Andrei Felix
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}