xChat
xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.
ما هو xChat؟
xChat هو إضافة Chrome تم تطويرها بواسطة http://exozone.net، والميزة الرئيسية لها هي "xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة xChat
قم بتنزيل ملفات الامتداد xChat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv. Some of these tweaks include custom emoticons, better chat formatting and user mentions, custom site themes, user ignore feature, and more. Note: This only works for Beam currently. We are actively working on porting it over for the other platforms.
معلومات أساسية عن التمديد
الاسم | |
ID | peiajekggpiihnhphljoikpjeaahkdcn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/xchat/peiajekggpiihnhphljoikpjeaahkdcn |
الوصف | xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv. |
حجم الملف | 32.99 KB |
عدد التثبيتات | 208 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2016-08-01 |
تاريخ النشر | 2016-08-01 |
تقييم | 3.67/5 مجموع تقييمات 12 |
المطور | http://exozone.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://exozone.net/#-xChat |
عنوان صفحة المساعدة | https://support.exozone.net/ |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xChat", "short_name": "xChat", "description": "xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.", "version": "2.0.1", "icons": { "16": "icons\/xchat-16.png", "32": "icons\/xchat-32.png", "48": "icons\/xchat-48.png", "128": "icons\/xchat-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/beam.pro\/*" ], "js": [ "main.js" ], "all_frames": true } ], "web_accessible_resources": [ "xchat.js" ], "permissions": [ "storage", "*:\/\/beam.pro\/*" ] } |