Twitcasting Chat Replay
Replays the chat on Twitcasting archives.
ما هو Twitcasting Chat Replay؟
Twitcasting Chat Replay هو إضافة Chrome تم تطويرها بواسطة lyger، والميزة الرئيسية لها هي "Replays the chat on Twitcasting archives.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitcasting Chat Replay
قم بتنزيل ملفات الامتداد Twitcasting Chat Replay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ツイキャスの録画を視聴するとき、ライブと同じようにコメントを流します。 Replays live chat for recorded Twitcasting broadcasts. ツイキャスの仕様のため、手動でコメントの遅延を調整する必要があります。 Due to programming limitations, the comment timing delay must be manually adjusted.
معلومات أساسية عن التمديد
الاسم | Twitcasting Chat Replay |
ID | lnbjmahfkagdmpeifkblhkglbcpbpohk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitcasting-chat-replay/lnbjmahfkagdmpeifkblhkglbcpbpohk |
الوصف | Replays the chat on Twitcasting archives. |
حجم الملف | 57.22 KB |
عدد التثبيتات | 1,084 |
النسخة الحالية | 0.4 |
آخر تحديث | 2020-02-13 |
تاريخ النشر | 2020-02-13 |
تقييم | 3.33/5 مجموع تقييمات 3 |
المطور | lyger |
نوع الدفع | free |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ja", "manifest_version": 2, "version": "0.4", "permissions": [ "https:\/\/twitcasting.tv\/*\/movie\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitcasting.tv\/*\/movie\/*" ], "css": [ "styles.css" ], "js": [ "react.production.min.js", "react-dom.production.min.js", "contentScript.js" ] } ], "icons": { "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } } |