Better YouTube Theatre Mode
Improves YouTube's theatre mode by making use of all of the available height
ما هو Better YouTube Theatre Mode؟
Better YouTube Theatre Mode هو إضافة Chrome تم تطويرها بواسطة SimenMH، والميزة الرئيسية لها هي "Improves YouTube's theatre mode by making use of all of the available height".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better YouTube Theatre Mode
قم بتنزيل ملفات الامتداد Better YouTube Theatre Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
How it works: -Adds a very simple change that forces theatre mode to expand vertically Enjoy a better viewing experience. Source: https://github.com/SimenMH/better-youtube-theatre-mode
معلومات أساسية عن التمديد
الاسم | Better YouTube Theatre Mode |
ID | ffloofbaleegoikgiicbdchcnkdamkbn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn |
الوصف | Improves YouTube's theatre mode by making use of all of the available height |
حجم الملف | 5.31 KB |
عدد التثبيتات | 844 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2023-11-09 |
تاريخ النشر | 2022-05-11 |
تقييم | 4.53/5 مجموع تقييمات 15 |
المطور | SimenMH |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/SimenMH/better-youtube-theatre-mode |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better YouTube Theatre Mode", "version": "1.0.6", "description": "Improves YouTube's theatre mode by making use of all of the available height", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "byttm.css" ], "run_at": "document_end" } ] } |