F1 Delayed Live Timing

Delay F1 live timing feed and add additional visualisations.

F1 Delayed Live Timingとは何ですか?

F1 Delayed Live TimingはT21 Computingによって開発されたChromeの拡張機能で、その主な機能は「Delay F1 live timing feed and add additional visualisations.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

F1 Delayed Live Timing拡張機能のCRXファイルをダウンロード

F1 Delayed Live Timing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you love watching F1 with the official live timing it can sometimes be annoying if your TV feed is delayed. Knowing an overtake has happened before you see it can spoil the fun. This extension allows you to delay the live timing feed to match with your TV.

Click the "Display Delayed Timing" button when you're on the F1 Live Timing page to access the delayed feed and additional visualisations to enhance your F1 experience.  You must be on the leaderboard tab before clicking.

Visit "Race Control" to view the live timing data archive.

------------------------------------------------

Expect some bugs and updates between races as the extension as new features are developed and added.

You require an F1 live timing subscription for this extension to work. Currently it only works on the English version of the formula 1 website.

------------------------------------------------
Change Log

2023
+ Updated to remove legacy live timing screens

2022
+ Added basic F2 and F3 delayed timing
+ Improved graphing functions
+ Graphic performance improvements
------------------------------------------------

This is an unofficial enhancement for F1 live timing.  This extension is not related in anyway to Formula One World Championship Limited. This extension does not allow you to bypass the subscription required for live timing                    

拡張機能の基本情報

名前 F1 Delayed Live Timing F1 Delayed Live Timing
ID gchagbhdnlcnmkhplddglibfdjbbeclg
公式URL https://chromewebstore.google.com/detail/f1-delayed-live-timing/gchagbhdnlcnmkhplddglibfdjbbeclg
説明 Delay F1 live timing feed and add additional visualisations.
ファイルサイズ 5.04 MB
インストール数 3,000
現在のバージョン 2023.1.0002
最終更新日 2023-03-05
公開日 2020-08-11
評価 4.40/5 合計 10 レビュー
開発者 T21 Computing
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://f1.t21computing.co.uk/privacy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "F1 Delayed Live Timing",
    "version": "2023.1.0002",
    "description": "Delay F1 live timing feed and add additional visualisations.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.fia.com\/*",
        "*:\/\/livetiming.formula1.com\/*",
        "https:\/\/ergast.com\/api\/*",
        "https:\/\/f1.t21computing.co.uk\/*",
        "https:\/\/api.f1delayedlivetiming.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "icons": {
        "64": "icon-new-64.png",
        "128": "icon-new-128.png",
        "256": "icon-new-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.formula1.com\/en\/f1-live-timing.html"
            ],
            "js": [
                "js\/f1-new-timing-page.js"
            ],
            "css": [
                "css\/bootstrap-icons.css",
                "css\/master.css",
                "css\/f1-new-timing-page.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.formula1.com\/en\/f1-live-legacy.html",
                "https:\/\/www.formula1.com\/en\/f1-live-legacy.html?dlt=true"
            ],
            "js": [
                "js\/components\/country-codes.js",
                "js\/packages\/chart.3.6.0.min.js",
                "js\/packages\/chartjs-plugin-annotation.1.0.2.min.js",
                "js\/packages\/recursive-diff.min.js",
                "js\/components\/f1-results-center.js",
                "js\/components\/f1-analysis-engine.js",
                "js\/components\/f1-recorder.js",
                "js\/components\/f1-gap-radar.js",
                "js\/components\/f1-track-status.js",
                "js\/components\/f1-gap-v3.js",
                "js\/components\/f1-lap-table.js",
                "js\/components\/f1-data-view.js",
                "js\/components\/f1-new-features.js",
                "js\/sidepages.js",
                "js\/f1-content.js"
            ],
            "css": [
                "css\/flag-icons.css",
                "css\/bootstrap-icons.css",
                "css\/generic\/nice-scroll.css",
                "css\/components\/radar.css",
                "css\/components\/laptable.css",
                "css\/components\/calendar.css",
                "css\/components\/resultsCenter.css",
                "css\/master.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fiaformula2.com\/livetiming\/index.html"
            ],
            "js": [
                "js\/components\/country-codes.js",
                "js\/packages\/chart.3.6.0.min.js",
                "js\/packages\/chartjs-plugin-annotation.1.0.2.min.js",
                "js\/packages\/recursive-diff.min.js",
                "js\/components\/f1-results-center.js",
                "js\/components\/f1-analysis-engine.js",
                "js\/components\/f2-recorder.js",
                "js\/components\/f1-gap-radar.js",
                "js\/components\/f2-track-status.js",
                "js\/components\/f1-gap-v3.js",
                "js\/components\/f1-lap-table.js",
                "js\/components\/f1-data-view.js",
                "js\/components\/f1-new-features.js",
                "js\/sidepages.js",
                "js\/f2-content.js"
            ],
            "css": [
                "css\/flag-icons.css",
                "css\/bootstrap-icons.css",
                "css\/generic\/nice-scroll.css",
                "css\/components\/radar.css",
                "css\/components\/laptable.css",
                "css\/components\/calendar.css",
                "css\/components\/resultsCenter.css",
                "css\/master.css",
                "css\/f2.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fiaformula3.com\/livetiming\/index.html"
            ],
            "js": [
                "js\/components\/country-codes.js",
                "js\/packages\/chart.3.6.0.min.js",
                "js\/packages\/chartjs-plugin-annotation.1.0.2.min.js",
                "js\/packages\/recursive-diff.min.js",
                "js\/components\/f1-results-center.js",
                "js\/components\/f1-analysis-engine.js",
                "js\/components\/f2-recorder.js",
                "js\/components\/f1-gap-radar.js",
                "js\/components\/f2-track-status.js",
                "js\/components\/f1-gap-v3.js",
                "js\/components\/f1-lap-table.js",
                "js\/components\/f1-data-view.js",
                "js\/components\/f1-new-features.js",
                "js\/sidepages.js",
                "js\/f2-content.js"
            ],
            "css": [
                "css\/flag-icons.css",
                "css\/bootstrap-icons.css",
                "css\/generic\/nice-scroll.css",
                "css\/components\/radar.css",
                "css\/components\/laptable.css",
                "css\/components\/calendar.css",
                "css\/components\/resultsCenter.css",
                "css\/master.css",
                "css\/f2.css"
            ]
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/*",
                "images\/*",
                "fonts\/*",
                "css\/*",
                "js\/*",
                "json\/*",
                "local\/*"
            ],
            "matches": [
                "https:\/\/www.formula1.com\/*",
                "https:\/\/www.fiaformula2.com\/*",
                "https:\/\/www.fiaformula3.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "64": "icon-new-64.png",
            "128": "icon-new-128.png",
            "256": "icon-new-256.png"
        }
    }
}