Koci's Twitch Chat Shortcuts
Make shortcuts in your twitch chat to make your chatting/emoting easier.
Qu'est-ce que Koci's Twitch Chat Shortcuts ?
Koci's Twitch Chat Shortcuts est une extension Chrome développée par Koci, et sa fonction principale est "Make shortcuts in your twitch chat to make your chatting/emoting easier.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Koci's Twitch Chat Shortcuts
Téléchargez les fichiers d'extension Koci's Twitch Chat Shortcuts 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
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
Informations de Base sur l'Extension
Nom | Koci's Twitch Chat Shortcuts |
ID | njfogjbfnbiahacbffofhfgoihmalkod |
URL Officiel | https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod |
Description | Make shortcuts in your twitch chat to make your chatting/emoting easier. |
Taille du Fichier | 223 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2018-08-20 |
Date de Publication | 2018-08-20 |
Évaluation | 4.50/5 Total 6 Évaluations |
Développeur | Koci |
Type de Paiement | in_app |
Langues Prises en Charge | 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" ] } ] } |