Chat Danmaku
Show chat room messages as danmaku when watching live streams.
什麼是Chat Danmaku?
Chat Danmaku是由kevinptt開發的Chrome擴展程式,該擴展的主要功能是“Show chat room messages as danmaku when watching live streams.”。
擴展截圖
下載Chat Danmaku擴展crx文件
下載Chat Danmaku擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | mgahhhpmjdpnieacpcmjfegnoehameap |
| 官方網址 | 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 |
| 說明頁面URL | 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"
]
}
]
} | |