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 |
官方網址 | 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" ] } ] } |