Responsive YouTube

Automatically switch YouTube to theater mode and size videos to fill your entire browser window.

ما هو Responsive YouTube؟

Responsive YouTube هو إضافة Chrome تم تطويرها بواسطة Blaise Kal، والميزة الرئيسية لها هي "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.".

تحميل ملف CRX للإضافة Responsive YouTube

قم بتنزيل ملفات الامتداد Responsive YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        • Automatically switch to theater mode.

    • Use all available space in your browser window to display the video as large as possible.

    • Scroll down to see the video details, comments and related videos.                    

معلومات أساسية عن التمديد

الاسم Responsive YouTube Responsive YouTube
ID fchofanjgpjojphfdpakbdliemmmhnoi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi
الوصف Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
حجم الملف 6.43 KB
عدد التثبيتات 10
النسخة الحالية 1.3.1
آخر تحديث 2018-02-23
تاريخ النشر 2018-02-23
تقييم 1.00/5 مجموع تقييمات 1
المطور Blaise Kal
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Responsive YouTube",
    "version": "1.3.1",
    "description": "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "responsiveyoutube.js"
            ]
        }
    ]
}