Chat Room Popup Tool
Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.
Chat Room Popup Toolとは何ですか?
Chat Room Popup Toolはhttps://martin605.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.」です。
拡張機能のスクリーンショット
Chat Room Popup Tool拡張機能のCRXファイルをダウンロード
Chat Room Popup Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Live Chat Popup can let you add a Chat Room Popup on Twitch or YouTube live video, even in full screen mode.
Support live type:
>Twitch
-Live
>YouTube
-Live
-Premieres 拡張機能の基本情報
| 名前 | |
| ID | ghjbfgalckfjahifekchinpjelfeiokk |
| 公式URL | https://chromewebstore.google.com/detail/chat-room-popup-tool/ghjbfgalckfjahifekchinpjelfeiokk |
| 説明 | Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode. |
| ファイルサイズ | 83.81 KB |
| インストール数 | 856 |
| 現在のバージョン | 1.3.1 |
| 最終更新日 | 2021-12-05 |
| 公開日 | 2020-06-13 |
| 評価 | 3.00/5 合計 6 レビュー |
| 開発者 | https://martin605.github.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://martin605.github.io/Live-Chat-Popup/ |
| ヘルプページのURL | https://martin605.github.io/Live-Chat-Popup/?tab=help |
| 対応言語 | en,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.3.1",
"author": "Martin",
"default_locale": "en",
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"browser_action": {
"default_icon": "icon\/icon.png",
"default_popup": "popup.html"
},
"options_ui": {
"page": "setting.html",
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/www.twitch.tv\/*"
],
"js": [
"js\/execute.js",
"js\/jquery-3.5.1.min.js"
]
}
]
} | |