Chat Danmaku
Show chat room messages as danmaku when watching live streams.
ما هو Chat Danmaku؟
Chat Danmaku هو إضافة Chrome تم تطويرها بواسطة kevinptt، والميزة الرئيسية لها هي "Show chat room messages as danmaku when watching live streams.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chat Danmaku
قم بتنزيل ملفات الامتداد Chat Danmaku بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Show chat room messages as danmaku when watching live streams. Support sites: - Twitch - Garena Live Note: We don't guarantee that it always works correctly and perfectly. If you encounter any problems or bugs, try to refresh page first.
معلومات أساسية عن التمديد
الاسم | Chat Danmaku |
ID | mgahhhpmjdpnieacpcmjfegnoehameap |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chat-danmaku/mgahhhpmjdpnieacpcmjfegnoehameap |
الوصف | Show chat room messages as danmaku when watching live streams. |
حجم الملف | 62.84 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 1.3.0 |
آخر تحديث | 2018-09-30 |
تاريخ النشر | 2018-09-30 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | kevinptt |
نوع الدفع | free |
موقع الإضافة | https://github.com/kevinptt0323/chat-danmaku |
عنوان صفحة المساعدة | https://github.com/kevinptt0323/chat-danmaku/issues |
اللغات المدعومة | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.3.0", "homepage_url": "https:\/\/github.com\/kevinptt0323\/chat-danmaku", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_popup": "options\/index.html" }, "default_locale": "en", "options_ui": { "page": "options\/index.html", "open_in_tab": false }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/garena.live\/*", "*:\/\/www.twitch.tv\/*" ], "js": [ "index.js" ], "css": [ "index.css" ] } ] } |