Floating Twitch Chat
Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…
Floating Twitch Chat क्या है?
Floating Twitch Chat Lucas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Floating Twitch Chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat appearance is customizable
एक्सटेंशन की मूल जानकारी
नाम | Floating Twitch Chat |
ID | fhaenepohcgdhppcnepekkiciccpgphf |
आधिकारिक URL | https://chromewebstore.google.com/detail/floating-twitch-chat/fhaenepohcgdhppcnepekkiciccpgphf |
विवरण | Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat… |
फ़ाइल का आकार | 772 KB |
स्थापना संख्या | 119 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2023-06-26 |
प्रकाशन तिथि | 2021-02-10 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Lucas |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Floating Twitch Chat", "name": "Floating Twitch Chat", "version": "1.4", "manifest_version": 2, "icons": { "32": "assets\/chat32.png", "64": "assets\/chat64.png", "128": "assets\/chat128.png" }, "permissions": [ "storage", "*:\/\/*.twitch.tv\/*", "*:\/\/*.frankerfacez.com\/*", "*:\/\/*.betterttv.net\/*", "*:\/\/*.jtvnw.net\/*" ], "background": { "scripts": [ "app\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Floating Twitch Chat", "browser_style": false }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "css": [ "\/css\/root.css" ], "js": [ "\/static\/js\/content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "\/static\/css\/content.css", "\/static\/media\/*" ] } |