Koci's Twitch Chat Shortcuts
Make shortcuts in your twitch chat to make your chatting/emoting easier.
O que é Koci's Twitch Chat Shortcuts?
Koci's Twitch Chat Shortcuts é uma extensão do Chrome desenvolvida por Koci, e sua principal característica é "Make shortcuts in your twitch chat to make your chatting/emoting easier.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Koci's Twitch Chat Shortcuts
Baixe arquivos de extensão Koci's Twitch Chat Shortcuts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Koci's Twitch Chat Shortcuts |
ID | njfogjbfnbiahacbffofhfgoihmalkod |
URL Oficial | https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod |
Descrição | Make shortcuts in your twitch chat to make your chatting/emoting easier. |
Tamanho do Arquivo | 223 KB |
Contagem de Instalações | 15 |
Versão Atual | 1.1.0 |
Última Atualização | 2018-08-20 |
Data de Publicação | 2018-08-20 |
Classificação | 4.50/5 Total de 6 Avaliações |
Desenvolvedor | Koci |
Tipo de Pagamento | in_app |
Idiomas Suportados | 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" ] } ] } |