GameJolt Chatterbox
Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.
什麼是GameJolt Chatterbox?
GameJolt Chatterbox是由YLivay開發的Chrome擴展程式,該擴展的主要功能是“Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.”。
下載GameJolt Chatterbox擴展crx文件
下載GameJolt Chatterbox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | kmcgnahlpllhlhieodaiifbeeiincihe |
官方網址 | https://chrome.google.com/webstore/detail/gamejolt-chatterbox/kmcgnahlpllhlhieodaiifbeeiincihe |
簡介 | Utilities for GameJolt's chat. Troll control, highlighting, customization, swag. |
檔案大小 | 30.68 KB |
安裝次數 | 79 |
目前版本 | 1.0 |
更新時間 | 2013-08-07 |
上架時間 | 2013-08-07 |
評分 | 3.70/5 共 10 次評分 |
開發者 | YLivay |
付費類型 | free |
支援的語言 | 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" } } |