F1TV Tweaks
Adds useful tools to add to the usability of the F1TV streaming page.
F1TV Tweaksคืออะไร?
F1TV Tweaks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maarten Flippo และคุณลักษณะหลักของมันคือ "Adds useful tools to add to the usability of the F1TV streaming page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย F1TV Tweaks
ดาวน์โหลดไฟล์ส่วนขยาย F1TV Tweaks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
F1TV Tweaks adds functionality to the F1TV streaming page to make it easier to use by adding shortcut keys. It also modifies the page to take advantage of larger displays. Shortcuts: * 'f' - Toggle fullscreen * '' - Toggle play/pause * 'm' - Toggle mute * 'up-arrow' - Volume up * 'down-arrow' - Volume down * 'l' - Lock visibility of player controls. * 'd' - Driver picker
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | F1TV Tweaks |
ID | oecfjajfiinnaphbkfhljdiaeclinbdj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/f1tv-tweaks/oecfjajfiinnaphbkfhljdiaeclinbdj |
คำอธิบาย | Adds useful tools to add to the usability of the F1TV streaming page. |
ขนาดไฟล์ | 484 KB |
จำนวนการติดตั้ง | 103 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2020-09-08 |
วันที่เผยแพร่ | 2019-10-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Maarten Flippo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/maartenflippo/f1tv-tweaks |
URL หน้าช่วยเหลือ | https://github.com/maartenflippo/f1tv-tweaks/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "F1TV Tweaks", "version": "1.2.1", "author": "Markus Ort", "homepage_url": "https:\/\/github.com\/maartenflippo\/f1tv-tweaks", "description": "Adds useful tools to add to the usability of the F1TV streaming page.", "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "128": "icons\/logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/f1tv.formula1.com\/*" ], "js": [ "bundle.js" ], "css": [ "layout.css" ] } ] } |