Timing71

Timing71 browser extension

Timing71とは何ですか?

Timing71はhttps://timing71.orgによって開発されたChromeの拡張機能で、その主な機能は「Timing71 browser extension」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Timing71拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        View real-time live timing data and detailed analysis, from your web browser!

The Timing71 extension for Google Chrome brings the power of Timing71's real-time analysis and display of motorsport data to your browser. View live race feeds with Timing71's iconic and clear timing screen, plus gain strategic insights using its comprehensive suite of analysis tools.

Timing71 is a hobby project and a work in progress - new features are constantly being added and existing features improved.

For recent changes to this plugin see the changelog at https://github.com/timing71/chrome/releases                    

拡張機能の基本情報

名前 Timing71 Timing71
ID pjdcehojcogjpilmeliklfddboeoogpd
公式URL https://chromewebstore.google.com/detail/timing71/pjdcehojcogjpilmeliklfddboeoogpd
説明 Timing71 browser extension
ファイルサイズ 170 KB
インストール数 4,583
現在のバージョン 1.2.0
最終更新日 2023-11-03
公開日 2022-01-03
評価 3.88/5 合計 8 レビュー
開発者 https://timing71.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.timing71.org/
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timing71",
    "description": "Timing71 browser extension",
    "version": "1.2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.timing71.org\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "injector.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "flash.js"
            ],
            "css": [
                "timing71.css"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/*\/",
        "wss:\/\/*\/"
    ],
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "storage",
        "tabs"
    ],
    "action": {
        "default_title": "Timing71",
        "default_popup": "menu.html"
    },
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "64": "logo_64.png",
        "128": "logo_128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.timing71.org\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "logo_32.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "host.html",
                "host.js"
            ],
            "matches": [
                "https:\/\/*.timing71.org\/*",
                "http:\/\/localhost\/*"
            ]
        }
    ]
}