Carbon for F1TV
Enhance your F1TV experience.
Hvad er Carbon for F1TV?
Carbon for F1TV er en Chrome-udvidelse udviklet af Carbon for F1TV, og dens hovedfunktion er "Enhance your F1TV experience.".
Udvidelsesskærmbilleder
Download Carbon for F1TV-udvidelses-CRX-fil
Download Carbon for F1TV-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Enhance your F1TV experience with this extension! Enjoy theater mode for full-screen viewing and sync mode for simultaneous playback of multiple streams.
This extension is a free, non-commercial, fanmade project. It is not affiliated with Formula 1, FIA, Grand Prix, or any related entities. A paid F1TV subscription is required to use this extension. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kbnlmjibehhjlncfbolkigkiihhlfmbd |
| Officiel URL | https://chromewebstore.google.com/detail/carbon-for-f1tv/kbnlmjibehhjlncfbolkigkiihhlfmbd |
| Beskrivelse | Enhance your F1TV experience. |
| Filstørrelse | 83.35 KB |
| Antal Installationer | 63 |
| Nuværende Version | 1.0.6 |
| Senest Opdateret | 2024-03-03 |
| Udgivelsesdato | 2024-02-12 |
| Udvikler | Carbon for F1TV |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://carbon-for-f1tv.github.io/ |
| Hjælpeside-URL | https://github.com/Carbon-for-F1TV/Carbon-for-F1TV/discussions |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Carbon for F1TV",
"description": "Enhance your F1TV experience.",
"version": "1.0.6",
"icons": {
"16": "icon\/16.png",
"48": "icon\/48.png",
"128": "icon\/128.png",
"512": "icon\/512.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/f1tv.formula1.com\/*"
],
"js": [
"lib\/jquery-3.7.1.min.js",
"carbon-for-f1tv.user.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon\/16.png",
"48": "icon\/48.png",
"128": "icon\/128.png",
"512": "icon\/512.png"
}
}
} | |