F1 TV Enhanced

Media controls when watching Formula 1 on F1 TV

F1 TV Enhanced란 무엇입니까?

F1 TV Enhanced은(는) Mike Kenyon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Media controls when watching Formula 1 on F1 TV"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

F1 TV Enhanced 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}