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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } } |