Better YouTube on Small Screens

by VittGam

ما هو Better YouTube on Small Screens؟

Better YouTube on Small Screens هو إضافة Chrome تم تطويرها بواسطة VittGam.net، والميزة الرئيسية لها هي "by VittGam".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Better YouTube on Small Screens

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

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

                        This extension tries to restore the style of the old (2013) YouTube style, which is better for small (1024x768, and also smaller 16:9 netbook) screens than the new (2014) one. (Also, the old style looks way better than the new one IMHO.)                    

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

الاسم Better YouTube on Small Screens Better YouTube on Small Screens
ID icpgpoiikflpniipkfjfnjgajbggmhma
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-youtube-on-small-s/icpgpoiikflpniipkfjfnjgajbggmhma
الوصف by VittGam
حجم الملف 3.79 KB
عدد التثبيتات 12
النسخة الحالية 1.1
آخر تحديث 2014-11-30
تاريخ النشر 2014-11-30
تقييم 3.00/5 مجموع تقييمات 1
المطور VittGam.net
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better YouTube on Small Screens",
    "version": "1.1",
    "description": "by VittGam",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/embed\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "manifest_version": 2
}