Koci's Twitch Chat Shortcuts
Make shortcuts in your twitch chat to make your chatting/emoting easier.
Cos'è Koci's Twitch Chat Shortcuts?
Koci's Twitch Chat Shortcuts è un'estensione di Chrome sviluppata da Koci, e la sua funzione principale è "Make shortcuts in your twitch chat to make your chatting/emoting easier.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Koci's Twitch Chat Shortcuts
Scarica i file di estensione Koci's Twitch Chat Shortcuts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | njfogjbfnbiahacbffofhfgoihmalkod |
| URL Ufficiale | https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod |
| Descrizione | Make shortcuts in your twitch chat to make your chatting/emoting easier. |
| Dimensione del File | 223 KB |
| Conteggio Installazioni | 15 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2018-08-20 |
| Data di Pubblicazione | 2018-08-20 |
| Valutazione | 4.50/5 Totale 6 Valutazioni |
| Sviluppatore | Koci |
| Tipo di Pagamento | in_app |
| Lingue Supportate | 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"
]
}
]
} | |