F1TV Tweaks

Adds useful tools to add to the usability of the F1TV streaming page.

F1TV Tweaks란 무엇입니까?

F1TV Tweaks은(는) Maarten Flippo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds useful tools to add to the usability of the F1TV streaming page."입니다.

확장 프로그램 스크린샷

screenshot

F1TV Tweaks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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