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) 擴展基本資訊
| 名稱 | |
| ID | fkedgglbeenhodhknmpibnbhgfbphggp |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |