BoB TV
Allows a transparent twitch chat when using BoB TV
BoB TVคืออะไร?
BoB TV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://andresperezl.com และคุณลักษณะหลักของมันคือ "Allows a transparent twitch chat when using BoB TV"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BoB TV
ดาวน์โหลดไฟล์ส่วนขยาย BoB TV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension that allows a transparent Twitch chat over the Youtube video player for fully integrated/seamless TV experience ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kookamphcllnjbhfeffhihinkgjnflol |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bob-tv/kookamphcllnjbhfeffhihinkgjnflol |
| คำอธิบาย | Allows a transparent twitch chat when using BoB TV |
| ขนาดไฟล์ | 42.36 KB |
| จำนวนการติดตั้ง | 19 |
| เวอร์ชันปัจจุบัน | 0.0.2 |
| อัปเดตครั้งล่าสุด | 2016-10-20 |
| วันที่เผยแพร่ | 2016-10-20 |
| ผู้พัฒนา | https://andresperezl.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://andresperezl.com/bob |
| URL หน้าช่วยเหลือ | https://www.reddit.com/r/bestofboth |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BoB TV",
"version": "0.0.2",
"description": "Allows a transparent twitch chat when using BoB TV",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.twitch.tv\/*\/chat"
],
"all_frames": true,
"js": [
"jquery-3.1.1.js",
"tv.js"
]
}
],
"web_accessible_resources": [
"tv.css"
]
} | |