Floating Twitch Chat
Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…
Floating Twitch Chatとは何ですか?
Floating Twitch ChatはLucasによって開発されたChromeの拡張機能で、その主な機能は「Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…」です。
拡張機能のスクリーンショット
Floating Twitch Chat拡張機能のCRXファイルをダウンロード
Floating Twitch Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Display Twitch-Chat when watching in fullscreen.
- Support for FFZ & BTTV Emotes
- Change chat position by draging it
- Chat appearance is customizable 拡張機能の基本情報
| 名前 | |
| ID | fhaenepohcgdhppcnepekkiciccpgphf |
| 公式URL | https://chromewebstore.google.com/detail/floating-twitch-chat/fhaenepohcgdhppcnepekkiciccpgphf |
| 説明 | Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat… |
| ファイルサイズ | 772 KB |
| インストール数 | 119 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2023-06-26 |
| 公開日 | 2021-02-10 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | Lucas |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "Floating Twitch Chat",
"name": "Floating Twitch Chat",
"version": "1.4",
"manifest_version": 2,
"icons": {
"32": "assets\/chat32.png",
"64": "assets\/chat64.png",
"128": "assets\/chat128.png"
},
"permissions": [
"storage",
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.frankerfacez.com\/*",
"*:\/\/*.betterttv.net\/*",
"*:\/\/*.jtvnw.net\/*"
],
"background": {
"scripts": [
"app\/background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Floating Twitch Chat",
"browser_style": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"css": [
"\/css\/root.css"
],
"js": [
"\/static\/js\/content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
"\/static\/css\/content.css",
"\/static\/media\/*"
]
} | |