Twitch Chat on Youtube
Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…
Twitch Chat on Youtubeとは何ですか?
Twitch Chat on YoutubeはDavidTibianによって開発されたChromeの拡張機能で、その主な機能は「Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…」です。
拡張機能のスクリーンショット
Twitch Chat on Youtube拡張機能のCRXファイルをダウンロード
Twitch Chat on Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified chat • TTV Theater mode • Old PogChamp • More in future +stream alert (YT, TTV) [beta] If you want use, install and try on YouTube stream Developers: Kazet (chat, emotes) BeyondLabs (alerts)
拡張機能の基本情報
名前 | Twitch Chat on Youtube |
ID | fkedgglbeenhodhknmpibnbhgfbphggp |
公式URL | https://chromewebstore.google.com/detail/twitch-chat-on-youtube/fkedgglbeenhodhknmpibnbhgfbphggp |
説明 | Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified… |
ファイルサイズ | 772 KB |
インストール数 | 1,798 |
現在のバージョン | 1.5.3 |
最終更新日 | 2021-10-31 |
公開日 | 2021-05-15 |
評価 | 4.21/5 合計 28 レビュー |
開発者 | DavidTibian |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Kazet & xanax", "browser_action": { "default_icon": { "128": "assets\/img\/icons\/128.png" }, "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": true, "css": [ "style.css" ], "js": [ "assets\/js\/jquery\/jquery-3.4.1.min.js", "toy.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" }, { "all_frames": true, "js": [ "init.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "description": "", "icons": { "128": "assets\/img\/icons\/128.png", "16": "assets\/img\/icons\/16.png", "48": "assets\/img\/icons\/48.png" }, "manifest_version": 2, "name": "Twitch Chat on Youtube", "permissions": [ "notifications", "storage", "tabs", "https:\/\/api.twitch.tv\/*", "https:\/\/api.betterttv.net\/*", "https:\/\/api.twitchemotes.com\/*", "https:\/\/cdn.jsdelivr.net\/*" ], "version": "1.5.3" } |