GameJolt Chatterbox
Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.
O que é GameJolt Chatterbox?
GameJolt Chatterbox é uma extensão do Chrome desenvolvida por YLivay, e sua principal característica é "Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.".
Baixar o arquivo CRX da Extensão GameJolt Chatterbox
Baixe arquivos de extensão GameJolt Chatterbox 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
Helps survive GameJolt's chat by giving some utility functions. For now theres only the /mute command: /mute Username. To activate, log on to gamejolt and press GameJolt's icon in the address bar.
Informações Básicas da Extensão
Nome | |
ID | kmcgnahlpllhlhieodaiifbeeiincihe |
URL Oficial | https://chrome.google.com/webstore/detail/gamejolt-chatterbox/kmcgnahlpllhlhieodaiifbeeiincihe |
Descrição | Utilities for GameJolt's chat. Troll control, highlighting, customization, swag. |
Tamanho do Arquivo | 30.68 KB |
Contagem de Instalações | 79 |
Versão Atual | 1.0 |
Última Atualização | 2013-08-07 |
Data de Publicação | 2013-08-07 |
Classificação | 3.70/5 Total de 10 Avaliações |
Desenvolvedor | YLivay |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GameJolt Chatterbox", "description": "Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.", "version": "1.0", "permissions": [ "tabs", "*:\/\/*.gamejolt.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/*.gamejolt.com\/*" ] } ], "web_accessible_resources": [ "inject_chatterbox.js" ], "page_action": { "default_icon": { "16": "images\/gj_icon_16.png", "19": "images\/gj_icon_19.png", "38": "images\/gj_icon_38.png", "48": "images\/gj_icon_48.png", "128": "images\/gj_icon_128.png" }, "default_title": "GameJolt Chatterbox" } } |