Twitch Coin
Automatically gather your Twitch Coin while watching your favorite streamer.
¿Qué es Twitch Coin?
Twitch Coin es una extensión de Chrome desarrollada por Amin NAIRI, y su función principal es "Automatically gather your Twitch Coin while watching your favorite streamer.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch Coin
Descarga archivos de extensión Twitch Coin 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
This extension will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.
Información Básica de la Extensión
Nombre | |
ID | jhoffdoklpjnpdjcgegphcicolpipocf |
URL Oficial | https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf |
Descripción | Automatically gather your Twitch Coin while watching your favorite streamer. |
Tamaño del Archivo | 25.86 KB |
Cantidad de Instalaciones | 444 |
Versión Actual | 0.1.2 |
Última Actualización | 2021-05-26 |
Fecha de Publicación | 2020-07-16 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Amin NAIRI |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/aminnairi/twitch-coin#readme |
URL de la Página de Ayuda | https://github.com/aminnairi/twitch-coin/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Coin", "version": "0.1.2", "description": "Automatically gather your Twitch Coin while watching your favorite streamer.", "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "scripts\/twitch-coin.js" ] } ] } |