[Beta] Twitch Plus
Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…
ما هو [Beta] Twitch Plus؟
[Beta] Twitch Plus هو إضافة Chrome تم تطويرها بواسطة CodeOz، والميزة الرئيسية لها هي "Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة [Beta] Twitch Plus
قم بتنزيل ملفات الامتداد [Beta] Twitch Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇 - Historic chat (alt + up or down, when you go to another stream, historic is clean) - Auto-claim bonus (when bonus is available, extension will automatically claim it for you, so you can earn a lot of points!) - Donate Button (If streamer has an external link for donations, you can access it directly by clicking on the donate button!) - Collapse/Expand Chat shortcut (alt + h) If you find any bugs or any suggestions or you want to contact developer, please send email to [email protected]. Github of creator -> https://github.com/Code-Oz
معلومات أساسية عن التمديد
الاسم | [Beta] Twitch Plus |
ID | ahdoacgdgcgkhmajnmibefppffbbkgnl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/beta-twitch-plus/ahdoacgdgcgkhmajnmibefppffbbkgnl |
الوصف | Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇… |
حجم الملف | 167 KB |
عدد التثبيتات | 88 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2022-01-11 |
تاريخ النشر | 2022-01-07 |
المطور | CodeOz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "[Beta] Twitch Plus", "version": "1.0.1", "icons": { "256": "logo.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_popup": "menu.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ] } |