BetterTheatre

With this extension you can enjoy a full size theatre mode on youtube.

ما هو BetterTheatre؟

BetterTheatre هو إضافة Chrome تم تطويرها بواسطة Paolo Basso، والميزة الرئيسية لها هي "With this extension you can enjoy a full size theatre mode on youtube.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة BetterTheatre

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

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

                        With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode.                    

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

الاسم BetterTheatre BetterTheatre
ID bbncinkmcfkhjbnebkbhoefiecdenmkh
عنوان URL الرسمي https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh
الوصف With this extension you can enjoy a full size theatre mode on youtube.
حجم الملف 18.82 KB
عدد التثبيتات 797
النسخة الحالية 1.11.0
آخر تحديث 2023-09-05
تاريخ النشر 2018-10-14
تقييم 4.55/5 مجموع تقييمات 33
المطور Paolo Basso
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/paolobasso99/BetterTheatre/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterTheatre",
    "description": "With this extension you can enjoy a full size theatre mode on youtube.",
    "version": "1.11.0",
    "author": "Paolo Basso",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/BetterTheatre.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/BT_icon16.png",
        "48": "assets\/BT_icon48.png",
        "128": "assets\/BT_icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/BetterTheatre.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}