GameJolt Chatterbox
Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.
ما هو GameJolt Chatterbox؟
GameJolt Chatterbox هو إضافة Chrome تم تطويرها بواسطة YLivay، والميزة الرئيسية لها هي "Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.".
تحميل ملف CRX للإضافة GameJolt Chatterbox
قم بتنزيل ملفات الامتداد GameJolt Chatterbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |