F1 TV Playback Controls

Modern playback controls and Google Cast support for F1 TV

F1 TV Playback Controls là gì?

F1 TV Playback Controls là một tiện ích mở rộng Chrome được phát triển bởi https://outlandnish.com, và tính năng chính của nó là "Modern playback controls and Google Cast support for F1 TV".

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

screenshot

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

Tải xuống các tệp mở rộng F1 TV Playback Controls 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

                        Bring your F1 TV experience up to speed with YouTube style playback controls, Google Cast support, and video feed synchronization across multiple tabs. Works with all language audio tracks, closed captioning, and all of the available video streams.

Controls:
- [space]: pause / play the video
- m: mute / unmute the video
- [up arrow] / [down arrow]: increment / decrement the volume by 5%
- [left arrow] / [right arrow]: backward / forward by 5 seconds
- j / l: backward / forward by 10 seconds
- f: fullscreen
- [1]...[9]: skip to 10%...90% of the video
- [home]: seek to the start of video
- [end]: seek to the end of the video
- [s]: synchronize timestamps between video feeds in different tabs

Release Notes for 0.4.4
- Fixes tab sync

FAQ / Troubleshooting:

I've got the extension. How do I cast?
Right click on the video and click 'Cast media to device'

When I cast, it just mirrors my screen instead of casting the video. How can I fix this?
Your Google Cast device needs to pull the new config that supports the Google Cast receiver for F1 TV. Power cycle / reboot your Cast device and it should pick up the F1 TV Cast Receiver

I see a blank screen that says F1 TV (Unofficial) but the video does not load. How can I fix this?
The authentication token for the stream expired. To renew it, click on one of the other video tracks (like a driver stream) and then click back to the video track you were watching.

Additional information + support at https://github.com/outlandnish/ext-f1-tv                    

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

Tên F1 TV Playback Controls F1 TV Playback Controls
ID bndmmpkkilmcaoddlicjenjffkihmmle
URL Chính Thức https://chromewebstore.google.com/detail/f1-tv-playback-controls/bndmmpkkilmcaoddlicjenjffkihmmle
Mô tả Modern playback controls and Google Cast support for F1 TV
Kích Thước Tệp 20.88 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.4.4
Cập Nhật Lần Cuối 2021-01-05
Ngày Phát Hành 2020-07-07
Đánh Giá 4.18/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://outlandnish.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/outlandnish/ext-f1-tv
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "F1 TV Playback Controls",
    "version": "0.4.4",
    "manifest_version": 2,
    "description": "Modern playback controls and Google Cast support for F1 TV",
    "homepage_url": "http:\/\/outlandnish.com",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/f1tv.formula1.com\/*"
            ],
            "js": [
                "src\/browser-polyfill.min.js",
                "src\/inject.js"
            ],
            "css": [
                "src\/playback.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/f1tv.formula1.com\/*"
    ],
    "web_accessible_resources": [
        "src\/browser-polyfill.min.js",
        "src\/cast.js",
        "src\/controls.js",
        "src\/startup.js",
        "src\/playback.css"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/f1tv.formula1.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "src\/browser-polyfill.min.js",
            "src\/background.js"
        ],
        "persistent": false
    }
}