GameJolt Chatterbox
Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.
What is GameJolt Chatterbox?
GameJolt Chatterbox is a Chrome extension developed by YLivay, and its main feature is "Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.".
Download GameJolt Chatterbox Extension CRX File
Download GameJolt Chatterbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kmcgnahlpllhlhieodaiifbeeiincihe |
Official URL | https://chrome.google.com/webstore/detail/gamejolt-chatterbox/kmcgnahlpllhlhieodaiifbeeiincihe |
Description | Utilities for GameJolt's chat. Troll control, highlighting, customization, swag. |
File Size | 30.68 KB |
Installation Count | 79 |
Current Version | 1.0 |
Last Updated | 2013-08-07 |
Publish Date | 2013-08-07 |
Rating | 3.70/5 Total 10 Ratings |
Developer | YLivay |
Payment Type | free |
Supported Languages | 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" } } |