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はhttp://exozone.netによって開発されたChromeの拡張機能で、その主な機能は「xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.」です。
拡張機能のスクリーンショット
xChat拡張機能のCRXファイルをダウンロード
xChat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://exozone.net/#-xChat |
ヘルプページのURL | 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\/*" ] } |