[Beta] Twitch Plus
Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…
[Beta] Twitch Plus क्या है?
[Beta] Twitch Plus CodeOz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में [Beta] Twitch Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇 - Historic chat (alt + up or down, when you go to another stream, historic is clean) - Auto-claim bonus (when bonus is available, extension will automatically claim it for you, so you can earn a lot of points!) - Donate Button (If streamer has an external link for donations, you can access it directly by clicking on the donate button!) - Collapse/Expand Chat shortcut (alt + h) If you find any bugs or any suggestions or you want to contact developer, please send email to [email protected]. Github of creator -> https://github.com/Code-Oz
एक्सटेंशन की मूल जानकारी
नाम | [Beta] Twitch Plus |
ID | ahdoacgdgcgkhmajnmibefppffbbkgnl |
आधिकारिक URL | https://chromewebstore.google.com/detail/beta-twitch-plus/ahdoacgdgcgkhmajnmibefppffbbkgnl |
विवरण | Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇… |
फ़ाइल का आकार | 167 KB |
स्थापना संख्या | 88 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-01-11 |
प्रकाशन तिथि | 2022-01-07 |
डेवलपर | CodeOz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "[Beta] Twitch Plus", "version": "1.0.1", "icons": { "256": "logo.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_popup": "menu.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ] } |