yttwthmode
Twitch-like theater mode for Youtube livestreams and archives.
ما هو yttwthmode؟
yttwthmode هو إضافة Chrome تم تطويرها بواسطة maquinas، والميزة الرئيسية لها هي "Twitch-like theater mode for Youtube livestreams and archives.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة yttwthmode
قم بتنزيل ملفات الامتداد yttwthmode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Changes Youtube's theater mode to emulate Twitch's. Video is displayed in the whole window with the chat on the right and goes to the bottom when the screen shrinks to half size. Source available at https://github.com/maquinas07/yttwthmode/
معلومات أساسية عن التمديد
الاسم | yttwthmode |
ID | ahnanfplkklemnpbjcgheicpcnodmjji |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji |
الوصف | Twitch-like theater mode for Youtube livestreams and archives. |
حجم الملف | 44.22 KB |
عدد التثبيتات | 140 |
النسخة الحالية | 1.3.10 |
آخر تحديث | 2024-01-14 |
تاريخ النشر | 2021-03-09 |
تقييم | 3.86/5 مجموع تقييمات 7 |
المطور | maquinas |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/maquinas07/yttwthmode |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "yttwthmode", "version": "1.3.10", "description": "Twitch-like theater mode for Youtube livestreams and archives.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "dist\/content-script.js" ] } ], "action": { "default_popup": "dist\/popup\/popup.html", "default_icon": { "128": "dist\/img\/logo_128.png" } }, "permissions": [ "storage", "tabs" ], "icons": { "128": "dist\/img\/logo_128.png" }, "browser_specific_settings": { "gecko": { "id": "{ec1cc669-f6b7-4455-b288-bca14f840bf2}" } } } |