Chat Danmaku
Show chat room messages as danmaku when watching live streams.
Chat Danmaku क्या है?
Chat Danmaku kevinptt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show chat room messages as danmaku when watching live streams."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chat Danmaku एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } ] } |