Twitch Fullscreen Plus
Triggers fullscreen view of twitch stream with chat overlay
ما هو Twitch Fullscreen Plus؟
Twitch Fullscreen Plus هو إضافة Chrome تم تطويرها بواسطة kopatch، والميزة الرئيسية لها هي "Triggers fullscreen view of twitch stream with chat overlay".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Fullscreen Plus
قم بتنزيل ملفات الامتداد Twitch Fullscreen Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Twitch Fullscreen Plus lets you enjoy the wonderful Twitch Chat experience while watching your favorite stream in fullscreen! unlike the Twitch.tv Theater Mode, with this extension you get to enjoy the full size of your monitor. You can Resize, move change chat opacity and background alpha and more! version 3.0.11 UPDATE: OCTOBER 26 2023 Fixed the extension while logged in, and fixed VODs
معلومات أساسية عن التمديد
الاسم | Twitch Fullscreen Plus |
ID | jbbmdehmiclndmeedcocofcjlpgjnmea |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-fullscreen-plus/jbbmdehmiclndmeedcocofcjlpgjnmea |
الوصف | Triggers fullscreen view of twitch stream with chat overlay |
حجم الملف | 88.82 KB |
عدد التثبيتات | 40,144 |
النسخة الحالية | 3.0.12 |
آخر تحديث | 2023-10-27 |
تاريخ النشر | 2020-06-24 |
تقييم | 4.04/5 مجموع تقييمات 262 |
المطور | kopatch |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Fullscreen Plus", "short_name": "TFP", "description": "Triggers fullscreen view of twitch stream with chat overlay", "version": "3.0.12", "icons": { "48": "icon.png" }, "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ], "css": [ "css\/style.css" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |