Chat Danmaku
Show chat room messages as danmaku when watching live streams.
Qu'est-ce que Chat Danmaku ?
Chat Danmaku est une extension Chrome développée par kevinptt, et sa fonction principale est "Show chat room messages as danmaku when watching live streams.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chat Danmaku
Téléchargez les fichiers d'extension Chat Danmaku au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Chat Danmaku |
ID | mgahhhpmjdpnieacpcmjfegnoehameap |
URL Officiel | https://chromewebstore.google.com/detail/chat-danmaku/mgahhhpmjdpnieacpcmjfegnoehameap |
Description | Show chat room messages as danmaku when watching live streams. |
Taille du Fichier | 62.84 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2018-09-30 |
Date de Publication | 2018-09-30 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | kevinptt |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kevinptt0323/chat-danmaku |
URL de la Page d'Aide | https://github.com/kevinptt0323/chat-danmaku/issues |
Langues Prises en Charge | 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" ] } ] } |