xChat
xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.
Apa itu xChat?
xChat adalah ekstensi Chrome yang dikembangkan oleh http://exozone.net, dan fitur utamanya adalah "xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi xChat
Unduh file ekstensi xChat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | peiajekggpiihnhphljoikpjeaahkdcn |
URL Resmi | https://chrome.google.com/webstore/detail/xchat/peiajekggpiihnhphljoikpjeaahkdcn |
Deskripsi | xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv. |
Ukuran File | 32.99 KB |
Jumlah Instalasi | 208 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2016-08-01 |
Tanggal Publikasi | 2016-08-01 |
Penilaian | 3.67/5 Total 12 Penilaian |
Pengembang | http://exozone.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://exozone.net/#-xChat |
URL Halaman Bantuan | https://support.exozone.net/ |
Bahasa yang Didukung | 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\/*" ] } |