Youtube New Layout

Gives you access to the new Youtube Layout.

ما هو Youtube New Layout؟

Youtube New Layout هو إضافة Chrome تم تطويرها بواسطة jesseizeboud، والميزة الرئيسية لها هي "Gives you access to the new Youtube Layout.".

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

screenshot
screenshot

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

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

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

                        Places a cookie in your browser to get access to the new Youtube New Layout.
Including Dark Mode                    

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

الاسم Youtube New Layout Youtube New Layout
ID hbmeplfnmccnihlidhggppjkefakmepd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-new-layout/hbmeplfnmccnihlidhggppjkefakmepd
الوصف Gives you access to the new Youtube Layout.
حجم الملف 92.49 KB
عدد التثبيتات 496
النسخة الحالية 1.0
آخر تحديث 2017-04-23
تاريخ النشر 2017-04-23
تقييم 4.00/5 مجموع تقييمات 4
المطور jesseizeboud
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube New Layout",
    "version": "1.0",
    "description": "Gives you access to the new Youtube Layout.",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "manifest_version": 2
}