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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}