[Beta] Twitch Plus
Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…
¿Qué es [Beta] Twitch Plus?
[Beta] Twitch Plus es una extensión de Chrome desarrollada por CodeOz, y su función principal es "Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión [Beta] Twitch Plus
Descarga archivos de extensión [Beta] Twitch Plus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | [Beta] Twitch Plus |
ID | ahdoacgdgcgkhmajnmibefppffbbkgnl |
URL Oficial | https://chromewebstore.google.com/detail/beta-twitch-plus/ahdoacgdgcgkhmajnmibefppffbbkgnl |
Descripción | Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇… |
Tamaño del Archivo | 167 KB |
Cantidad de Instalaciones | 88 |
Versión Actual | 1.0.1 |
Última Actualización | 2022-01-11 |
Fecha de Publicación | 2022-01-07 |
Desarrollador | CodeOz |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |