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'est-ce que Twitch Sneaky Mouse Button ?
Twitch Sneaky Mouse Button est une extension Chrome développée par Elizabeth Rapp, et sa fonction principale est "Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Sneaky Mouse Button
Téléchargez les fichiers d'extension Twitch Sneaky Mouse Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mfbcbbeeogenjohbldijcpmcfnkocnfh |
URL Officiel | https://chrome.google.com/webstore/detail/twitch-sneaky-mouse-butto/mfbcbbeeogenjohbldijcpmcfnkocnfh |
Description | Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click. |
Taille du Fichier | 104 KB |
Nombre d'Installations | 180 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2019-05-10 |
Date de Publication | 2019-05-10 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Elizabeth Rapp |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |