Floating Twitch Chat
Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…
ما هو Floating Twitch Chat؟
Floating Twitch Chat هو إضافة Chrome تم تطويرها بواسطة Lucas، والميزة الرئيسية لها هي "Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Floating Twitch Chat
قم بتنزيل ملفات الامتداد Floating Twitch Chat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat appearance is customizable
معلومات أساسية عن التمديد
الاسم | Floating Twitch Chat |
ID | fhaenepohcgdhppcnepekkiciccpgphf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/floating-twitch-chat/fhaenepohcgdhppcnepekkiciccpgphf |
الوصف | Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat… |
حجم الملف | 772 KB |
عدد التثبيتات | 119 |
النسخة الحالية | 1.4 |
آخر تحديث | 2023-06-26 |
تاريخ النشر | 2021-02-10 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Lucas |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Floating Twitch Chat", "name": "Floating Twitch Chat", "version": "1.4", "manifest_version": 2, "icons": { "32": "assets\/chat32.png", "64": "assets\/chat64.png", "128": "assets\/chat128.png" }, "permissions": [ "storage", "*:\/\/*.twitch.tv\/*", "*:\/\/*.frankerfacez.com\/*", "*:\/\/*.betterttv.net\/*", "*:\/\/*.jtvnw.net\/*" ], "background": { "scripts": [ "app\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Floating Twitch Chat", "browser_style": false }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "css": [ "\/css\/root.css" ], "js": [ "\/static\/js\/content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "\/static\/css\/content.css", "\/static\/media\/*" ] } |