Koci's Twitch Chat Shortcuts
Make shortcuts in your twitch chat to make your chatting/emoting easier.
Wat is Koci's Twitch Chat Shortcuts?
Koci's Twitch Chat Shortcuts is een Chrome-extensie ontwikkeld door Koci, en de belangrijkste functie is "Make shortcuts in your twitch chat to make your chatting/emoting easier.".
Extensie Screenshots
Download het CRX-bestand van de extensie Koci's Twitch Chat Shortcuts
Download Koci's Twitch Chat Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | njfogjbfnbiahacbffofhfgoihmalkod |
| Officiële URL | https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod |
| Beschrijving | Make shortcuts in your twitch chat to make your chatting/emoting easier. |
| Bestandsgrootte | 223 KB |
| Aantal Installaties | 15 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2018-08-20 |
| Publicatiedatum | 2018-08-20 |
| Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Koci |
| Betalingswijze | in_app |
| Ondersteunde Talen | 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"
]
}
]
} | |