Carbon for F1TV
Enhance your F1TV experience.
Wat is Carbon for F1TV?
Carbon for F1TV is een Chrome-extensie ontwikkeld door Carbon for F1TV, en de belangrijkste functie is "Enhance your F1TV experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie Carbon for F1TV
Download Carbon for F1TV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Carbon for F1TV |
ID | kbnlmjibehhjlncfbolkigkiihhlfmbd |
Officiële URL | https://chromewebstore.google.com/detail/carbon-for-f1tv/kbnlmjibehhjlncfbolkigkiihhlfmbd |
Beschrijving | Enhance your F1TV experience. |
Bestandsgrootte | 83.35 KB |
Aantal Installaties | 63 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2024-03-03 |
Publicatiedatum | 2024-02-12 |
Ontwikkelaar | Carbon for F1TV |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://carbon-for-f1tv.github.io/ |
Help Pagina-URL | https://github.com/Carbon-for-F1TV/Carbon-for-F1TV/discussions |
Ondersteunde Talen | 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" } } } |