F1 Info

Updates on F1 races

What is F1 Info?

F1 Info is a Chrome extension developed by lashewi, and its main feature is "Updates on F1 races".

Extension Screenshots

screenshot
screenshot
screenshot

Download F1 Info Extension CRX File

Download F1 Info 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

                        Never miss a race with the F1-Info Extension
Download the F1-Info Extension for F1 related race track information.

► It’s everything you need for a full-on F1 race weekend.

- Get everything you need to know about the next race.
- Get Race, Qualifying, Sprint Races, Free practice 1, Free practice 2 and Free practice 3 time schedules.
- Schedule can be viewed on 12h clock or 24H clock.
- Complete Race Calendar
- Race reminder, will let you know before the race begins.

With F1-Info now you can always lock into the F1 weekend time schedule.                    

Extension Basic Information

Name F1 Info F1 Info
ID cbnepjlnpdmcfobbmkpoflapdbhmhcep
Official URL https://chromewebstore.google.com/detail/f1-info/cbnepjlnpdmcfobbmkpoflapdbhmhcep
Description Updates on F1 races
File Size 26.16 KB
Installation Count 590
Current Version 0.0.8
Last Updated 2024-03-03
Publish Date 2022-07-13
Rating 5.00/5 Total 2 Ratings
Developer lashewi
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "F1 Info",
    "version": "0.0.8",
    "description": "Updates on F1 races",
    "manifest_version": 3,
    "author": "Lakshitha Wisumperuma @lashewi",
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "F1 Info",
        "default_icon": "public\/f1.png"
    },
    "icons": {
        "32": "public\/f1-32.png",
        "48": "public\/f1-48.png",
        "128": "public\/f1-128.png"
    }
}