Koci's Twitch Chat Shortcuts
Make shortcuts in your twitch chat to make your chatting/emoting easier.
¿Qué es Koci's Twitch Chat Shortcuts?
Koci's Twitch Chat Shortcuts es una extensión de Chrome desarrollada por Koci, y su función principal es "Make shortcuts in your twitch chat to make your chatting/emoting easier.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Koci's Twitch Chat Shortcuts
Descarga archivos de extensión Koci's Twitch Chat Shortcuts 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
Make shortcuts in your twitch chat to make your chatting/emoting easier. Ever wanted to write H instead of HYPEROMEGALUL? Now is the right time to be alive 4House
Información Básica de la Extensión
Nombre | Koci's Twitch Chat Shortcuts |
ID | njfogjbfnbiahacbffofhfgoihmalkod |
URL Oficial | https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod |
Descripción | Make shortcuts in your twitch chat to make your chatting/emoting easier. |
Tamaño del Archivo | 223 KB |
Cantidad de Instalaciones | 15 |
Versión Actual | 1.1.0 |
Última Actualización | 2018-08-20 |
Fecha de Publicación | 2018-08-20 |
Calificación | 4.50/5 Total de 6 Calificaciones |
Desarrollador | Koci |
Tipo de Pago | in_app |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Koci's Twitch Chat Shortcuts", "version": "1.1.0", "description": "Make shortcuts in your twitch chat to make your chatting\/emoting easier.", "manifest_version": 2, "permissions": [ "tabs", "storage", "identity", "identity.email" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "page.js" ] } ] } |