F1 TV Theater mode
add theater mode button to F1 TV player
F1 TV Theater modeคืออะไร?
F1 TV Theater mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FINPO, Inc. และคุณลักษณะหลักของมันคือ "add theater mode button to F1 TV player"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย F1 TV Theater mode
ดาวน์โหลดไฟล์ส่วนขยาย F1 TV Theater mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
when you watching F1 TV stream video the video screen is very small, If you want more bigger screen, You can't !! after install this you will get a theater mode button, just like watch Youtube. now you can watch video in page full screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | F1 TV Theater mode |
ID | fohkojlngpbeilmdjeggnoabbnphgllc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc |
คำอธิบาย | add theater mode button to F1 TV player |
ขนาดไฟล์ | 8.96 KB |
จำนวนการติดตั้ง | 437 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-09-30 |
วันที่เผยแพร่ | 2021-09-30 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | FINPO, Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "F1 TV Theater mode", "description": "add theater mode button to F1 TV player", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/f1tv.formula1.com\/*" ], "js": [ "execute.js" ] } ], "icons": { "128": "\/icon.png", "16": "\/icon.png", "48": "\/icon.png" } } |