Twitch Chat Overlay
Overlay the Twitch chat when in fullscreen mode.
Twitch Chat Overlay क्या है?
Twitch Chat Overlay trmcnvn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Overlay the Twitch chat when in fullscreen mode."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Chat Overlay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Twitch Chat Overlay will allow you to view and interact with the chat while watching a stream in fullscreen. You can move, resize, and toggle the chat window while in full-screen and these settings are remembered the next time you watch!
एक्सटेंशन की मूल जानकारी
नाम | Twitch Chat Overlay |
ID | lcljofkmbcdnjekeamikmefcjohmhgng |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-chat-overlay/lcljofkmbcdnjekeamikmefcjohmhgng |
विवरण | Overlay the Twitch chat when in fullscreen mode. |
फ़ाइल का आकार | 25.92 KB |
स्थापना संख्या | 3,615 |
वर्तमान संस्करण | 1.10 |
अंतिम अपडेट | 2020-01-21 |
प्रकाशन तिथि | 2020-01-14 |
रेटिंग | 3.70/5 कुल 10 रेटिंग्स |
डेवलपर | trmcnvn |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/trmcnvn/twitch-chat-overlay |
सहायता पृष्ठ URL | https://github.com/trmcnvn/twitch-chat-overlay/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Chat Overlay", "description": "Overlay the Twitch chat when in fullscreen mode.", "version": "1.10", "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-chat-overlay", "icons": { "16": "resources\/icon-16.jpg", "48": "resources\/icon-48.jpg", "96": "resources\/icon-96.jpg", "128": "resources\/icon-128.jpg" }, "web_accessible_resources": [ "overlay.js" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "main.js" ], "css": [ "style.css" ], "run_at": "document_idle" } ] } |