Koci's Twitch Chat Shortcuts
Make shortcuts in your twitch chat to make your chatting/emoting easier.
Was ist Koci's Twitch Chat Shortcuts?
Koci's Twitch Chat Shortcuts ist eine Chrome-Erweiterung, die von Koci entwickelt wurde, und ihr Hauptmerkmal ist "Make shortcuts in your twitch chat to make your chatting/emoting easier.".
Erweiterungsscreenshots
Koci's Twitch Chat Shortcuts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Koci's Twitch Chat Shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Koci's Twitch Chat Shortcuts |
ID | njfogjbfnbiahacbffofhfgoihmalkod |
Offizielle URL | https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod |
Beschreibung | Make shortcuts in your twitch chat to make your chatting/emoting easier. |
Dateigröße | 223 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2018-08-20 |
Veröffentlichungsdatum | 2018-08-20 |
Bewertung | 4.50/5 Insgesamt 6 Bewertungen |
Entwickler | Koci |
Zahlungsart | in_app |
Unterstützte Sprachen | 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" ] } ] } |