F1 standings

Brings up current F1 drivers and constructors standings along with last race results

What is F1 standings?

F1 standings is a Chrome extension developed by grantgoldman.develop, and its main feature is "Brings up current F1 drivers and constructors standings along with last race results".

Extension Screenshots

screenshot
screenshot
screenshot

Download F1 standings Extension CRX File

Download F1 standings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will pull up the current standing for the Formula 1 World Drivers Championship, World Constructors Championship, the results from the last race, and the current year's schedule. The information is cached upon refresh, allowing for offline access. You can refresh the information with a single button press with the update then happening in the background.                    

Extension Basic Information

Name F1 standings F1 standings
ID lddhloiepcliefkfbiaimdbhkfhkfdfh
Official URL https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh
Description Brings up current F1 drivers and constructors standings along with last race results
File Size 13.45 KB
Installation Count 201
Current Version 1.2
Last Updated 2024-02-02
Publish Date 2022-11-02
Rating 5.00/5 Total 2 Ratings
Developer grantgoldman.develop
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "F1 standings",
    "description": "Brings up current F1 drivers and constructors standings along with last race results",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.formula1.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/podium16.png",
            "32": "\/images\/podium32.png",
            "48": "\/images\/podium48.png",
            "128": "\/images\/podium128.png"
        }
    },
    "icons": {
        "16": "\/images\/podium16.png",
        "32": "\/images\/podium32.png",
        "48": "\/images\/podium48.png",
        "128": "\/images\/podium128.png"
    }
}