F1 TV Enhanced

Media controls when watching Formula 1 on F1 TV

F1 TV Enhanced là gì?

F1 TV Enhanced là một tiện ích mở rộng Chrome được phát triển bởi Mike Kenyon, và tính năng chính của nó là "Media controls when watching Formula 1 on F1 TV".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng F1 TV Enhanced

Tải xuống các tệp mở rộng F1 TV Enhanced dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên F1 TV Enhanced F1 TV Enhanced
ID mkalpcklojnhdnaanfbamjgippoijdnf
URL Chính Thức https://chromewebstore.google.com/detail/f1-tv-enhanced/mkalpcklojnhdnaanfbamjgippoijdnf
Mô tả Media controls when watching Formula 1 on F1 TV
Kích Thước Tệp 541 KB
Số Lần Cài Đặt 889
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-07-29
Ngày Phát Hành 2019-07-29
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Mike Kenyon
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mkenyon/f1tv-enhanced
URL Trang Trợ Giúp https://github.com/mkenyon/f1tv-enhanced/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}