F1TV Tweaks

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

F1TV Tweaks là gì?

F1TV Tweaks là một tiện ích mở rộng Chrome được phát triển bởi Maarten Flippo, và tính năng chính của nó là "Adds useful tools to add to the usability of the F1TV streaming page.".

Ả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 F1TV Tweaks

Tải xuống các tệp mở rộng F1TV Tweaks 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

                        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                    

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

Tên F1TV Tweaks F1TV Tweaks
ID oecfjajfiinnaphbkfhljdiaeclinbdj
URL Chính Thức https://chromewebstore.google.com/detail/f1tv-tweaks/oecfjajfiinnaphbkfhljdiaeclinbdj
Mô tả Adds useful tools to add to the usability of the F1TV streaming page.
Kích Thước Tệp 484 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-09-08
Ngày Phát Hành 2019-10-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Maarten Flippo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/maartenflippo/f1tv-tweaks
URL Trang Trợ Giúp https://github.com/maartenflippo/f1tv-tweaks/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}