Twitch Tools
Move twitch chat to the left side
¿Qué es Twitch Tools?
Twitch Tools es una extensión de Chrome desarrollada por https://nomercy.tv, y su función principal es "Move twitch chat to the left side".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch Tools
Descarga archivos de extensión Twitch Tools 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
Do you have twitch open on your right monitor? Move the Twitch chat to the left of your screen with one click. More tools to come. Feature requests are welcome.
Información Básica de la Extensión
Nombre | Twitch Tools |
ID | hoolijiaaedceodofbgpogpalnofodgh |
URL Oficial | https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh |
Descripción | Move twitch chat to the left side |
Tamaño del Archivo | 12.65 KB |
Cantidad de Instalaciones | 17 |
Versión Actual | 1.0.2 |
Última Actualización | 2022-04-12 |
Fecha de Publicación | 2022-04-12 |
Calificación | 1.00/5 Total de 2 Calificaciones |
Desarrollador | https://nomercy.tv |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool |
URL de la Página de Ayuda | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.2", "action": { "default_icon": { "48": "icons\/twitch-48x48.png" }, "default_title": "Twitch Tools", "default_popup": "popup\/menu.html" }, "name": "Twitch Tools", "description": "Move twitch chat to the left side", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content\/content.js" ] } ], "icons": { "48": "icons\/twitch-48x48.png", "128": "icons\/twitch-128x128.png" }, "web_accessible_resources": [ { "resources": [ "plugins\/*", "lib\/*", "popup\/*", "content\/*" ], "use_dynamic_url": true, "matches": [ "https:\/\/www.twitch.tv\/*" ] } ] } |