F1 TV Enhanced

Media controls when watching Formula 1 on F1 TV

F1 TV Enhancedคืออะไร?

F1 TV Enhanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Kenyon และคุณลักษณะหลักของมันคือ "Media controls when watching Formula 1 on F1 TV"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย F1 TV Enhanced

ดาวน์โหลดไฟล์ส่วนขยาย F1 TV Enhanced ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An unofficial upgrade to your F1 TV experience! 

When you have multiple tabs open with the race, the map, the data screen, or on-boards cameras, this extension will synchronize your other tabs whenever you seek in a video! Also, when you pause or resume the video, your other tabs will as well!

This extension also adds keyboard shortcuts for when you're watching! The same shortcuts as YouTube:

j / left arrow: Skip back 5/10 seconds
k / right arrow: Skip forward 5/10 seconds
Space: Pause / Resume playback
m: Mute / unmute
f: Full-screen
1–9: Skip to 10%–90% of the video
Home: Jump to beginning                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ F1 TV Enhanced F1 TV Enhanced
ID mkalpcklojnhdnaanfbamjgippoijdnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/f1-tv-enhanced/mkalpcklojnhdnaanfbamjgippoijdnf
คำอธิบาย Media controls when watching Formula 1 on F1 TV
ขนาดไฟล์ 541 KB
จำนวนการติดตั้ง 889
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2019-07-29
วันที่เผยแพร่ 2019-07-29
คะแนน 3.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Mike Kenyon
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mkenyon/f1tv-enhanced
URL หน้าช่วยเหลือ https://github.com/mkenyon/f1tv-enhanced/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Michael Abon",
    "description": "Media controls when watching Formula 1 on F1 TV",
    "manifest_version": 2,
    "name": "F1 TV Enhanced",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/f1tv.formula1.com\/*"
            ],
            "js": [
                "src\/media-player.js",
                "src\/sync-current-time.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/background_script\/background.js"
        ]
    }
}