F1 Info
Updates on F1 races
Was ist F1 Info?
F1 Info ist eine Chrome-Erweiterung, die von lashewi entwickelt wurde, und ihr Hauptmerkmal ist "Updates on F1 races".
Erweiterungsscreenshots
F1 Info-Erweiterungs-CRX-Datei herunterladen
Laden Sie F1 Info-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cbnepjlnpdmcfobbmkpoflapdbhmhcep |
| Offizielle URL | https://chromewebstore.google.com/detail/f1-info/cbnepjlnpdmcfobbmkpoflapdbhmhcep |
| Beschreibung | Updates on F1 races |
| Dateigröße | 26.16 KB |
| Installationsanzahl | 590 |
| Aktuelle Version | 0.0.8 |
| Letztes Update | 2024-03-03 |
| Veröffentlichungsdatum | 2022-07-13 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | lashewi |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |