Twitch Sneaky Mouse Button
Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click.
¿Qué es Twitch Sneaky Mouse Button?
Twitch Sneaky Mouse Button es una extensión de Chrome desarrollada por Elizabeth Rapp, y su función principal es "Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch Sneaky Mouse Button
Descarga archivos de extensión Twitch Sneaky Mouse Button 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
Sneaky Mouse is a game created by Robert Moran, and is played exclusively via his Twitch channel. One of the core components of this game is using a specific emote in the chat. This extension saves you the extra clicks or typing time by adding a button that will instantly submit that emote in the chat, making the game easier to play. This is not an official extension, it was merely created by a fan.
Información Básica de la Extensión
Nombre | |
ID | mfbcbbeeogenjohbldijcpmcfnkocnfh |
URL Oficial | https://chrome.google.com/webstore/detail/twitch-sneaky-mouse-butto/mfbcbbeeogenjohbldijcpmcfnkocnfh |
Descripción | Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click. |
Tamaño del Archivo | 104 KB |
Cantidad de Instalaciones | 180 |
Versión Actual | 2.0.0 |
Última Actualización | 2019-05-10 |
Fecha de Publicación | 2019-05-10 |
Calificación | 5.00/5 Total de 7 Calificaciones |
Desarrollador | Elizabeth Rapp |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Elizabeth Rapp", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "content.js" ], "matches": [ "https:\/\/www.twitch.tv\/rawb" ] } ], "description": "Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Twitch Sneaky Mouse Button", "version": "2.0.0", "web_accessible_resources": [ "icon.png", "icon-light.png", "icon-dark.png", "icon-2-light.png", "icon-2-dark.png" ] } |