YouTube List View

This extension displays your youtube subscription in the list view.

ما هو YouTube List View؟

YouTube List View هو إضافة Chrome تم تطويرها بواسطة Eddie Wilford، والميزة الرئيسية لها هي "This extension displays your youtube subscription in the list view.".

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

screenshot

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

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

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

                        A temporary fix that changes the YouTube subscriptions grid view into a list view. This is by no means meant to replace YouTubes previous list view, but provide a temporary solution until YouTube fixes theirs. 

UPDATE: YouTube has finally fixed the problem, but the plugin will stay here in case it happens again.                    

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

الاسم YouTube List View YouTube List View
ID dnfjhgoledkjnacagpncncfipbobepif
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif
الوصف This extension displays your youtube subscription in the list view.
حجم الملف 36.99 KB
عدد التثبيتات 430
النسخة الحالية 1.1.2
آخر تحديث 2016-06-02
تاريخ النشر 2016-06-01
تقييم 4.23/5 مجموع تقييمات 52
المطور Eddie Wilford
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube List View",
    "description": "This extension displays your youtube subscription in the list view.",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/feed\/subscriptions*",
                "https:\/\/www.youtube.com\/feed\/subscriptions*"
            ]
        }
    ]
}