GameJolt Chatterbox
Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.
GameJolt Chatterbox là gì?
GameJolt Chatterbox là một tiện ích mở rộng Chrome được phát triển bởi YLivay, và tính năng chính của nó là "Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.".
Tải xuống tệp CRX của tiện ích mở rộng GameJolt Chatterbox
Tải xuống các tệp mở rộng GameJolt Chatterbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kmcgnahlpllhlhieodaiifbeeiincihe |
URL Chính Thức | https://chrome.google.com/webstore/detail/gamejolt-chatterbox/kmcgnahlpllhlhieodaiifbeeiincihe |
Mô tả | Utilities for GameJolt's chat. Troll control, highlighting, customization, swag. |
Kích Thước Tệp | 30.68 KB |
Số Lần Cài Đặt | 79 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-08-07 |
Ngày Phát Hành | 2013-08-07 |
Đánh Giá | 3.70/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | YLivay |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |