Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
¿Qué es Twitch Channel Points Auto Redeem?
Twitch Channel Points Auto Redeem es una extensión de Chrome desarrollada por Frank, y su función principal es "Automatically redeem the bonus channel points when the option pops up in twitch chat".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch Channel Points Auto Redeem
Descarga archivos de extensión Twitch Channel Points Auto Redeem 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
You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded. Open source at https://github.com/FrankSalmick/twitch-autoredeem Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues
Información Básica de la Extensión
Nombre | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
URL Oficial | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
Descripción | Automatically redeem the bonus channel points when the option pops up in twitch chat |
Tamaño del Archivo | 7.08 KB |
Cantidad de Instalaciones | 903 |
Versión Actual | 20.12.23 |
Última Actualización | 2020-12-24 |
Fecha de Publicación | 2020-04-08 |
Calificación | 4.80/5 Total de 5 Calificaciones |
Desarrollador | Frank |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/FrankSalmick/twitch-autoredeem |
URL de la Página de Ayuda | https://github.com/FrankSalmick/twitch-autoredeem/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automatically redeem the bonus channel points when the option pops up in twitch chat", "manifest_version": 2, "name": "Twitch Channel Points Auto Redeem", "short_name": "Channel Points Redeemer", "version": "20.12.23", "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "twitchAutoredeem.js" ], "run_at": "document_idle" } ], "icons": { "128": "icon128.png" } } |