xChat
xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.
Wat is xChat?
xChat is een Chrome-extensie ontwikkeld door http://exozone.net, en de belangrijkste functie is "xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.".
Extensie Screenshots
Download het CRX-bestand van de extensie xChat
Download xChat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | peiajekggpiihnhphljoikpjeaahkdcn |
Officiële URL | https://chrome.google.com/webstore/detail/xchat/peiajekggpiihnhphljoikpjeaahkdcn |
Beschrijving | xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv. |
Bestandsgrootte | 32.99 KB |
Aantal Installaties | 208 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2016-08-01 |
Publicatiedatum | 2016-08-01 |
Beoordeling | 3.67/5 Totaal 12 Beoordelingen |
Ontwikkelaar | http://exozone.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://exozone.net/#-xChat |
Help Pagina-URL | https://support.exozone.net/ |
Ondersteunde Talen | 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\/*" ] } |