Center Youtube

Centers the new Youtube layout.

ما هو Center Youtube؟

Center Youtube هو إضافة Chrome تم تطويرها بواسطة wrasidlo، والميزة الرئيسية لها هي "Centers the new Youtube layout.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Center Youtube

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

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

                        Centers the new Youtube layout, and sets the maximum width to 1152px to accommodate the home page, channel pages, and video pages.

To do list:

- Eliminate the extra whitespace Youtube puts to the left of video pages.
- Allow users to set a custom page width.                    

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

الاسم Center Youtube Center Youtube
ID jepijedophiopanflknonobnmlmkmled
عنوان URL الرسمي https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled
الوصف Centers the new Youtube layout.
حجم الملف 3.13 KB
عدد التثبيتات 473
النسخة الحالية 0.9
آخر تحديث 2014-01-15
تاريخ النشر 2014-01-15
تقييم 3.56/5 مجموع تقييمات 27
المطور wrasidlo
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Center Youtube",
    "description": "Centers the new Youtube layout.",
    "version": "0.9",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}