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.」です。
拡張機能のスクリーンショット
F1TV Tweaks拡張機能のCRXファイルをダウンロード
F1TV Tweaks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } ] } |