Carbon for F1TV
Enhance your F1TV experience.
Cos'è Carbon for F1TV?
Carbon for F1TV è un'estensione di Chrome sviluppata da Carbon for F1TV, e la sua funzione principale è "Enhance your F1TV experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Carbon for F1TV
Scarica i file di estensione Carbon for F1TV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | kbnlmjibehhjlncfbolkigkiihhlfmbd |
| URL Ufficiale | https://chromewebstore.google.com/detail/carbon-for-f1tv/kbnlmjibehhjlncfbolkigkiihhlfmbd |
| Descrizione | Enhance your F1TV experience. |
| Dimensione del File | 83.35 KB |
| Conteggio Installazioni | 63 |
| Versione Corrente | 1.0.6 |
| Ultimo Aggiornamento | 2024-03-03 |
| Data di Pubblicazione | 2024-02-12 |
| Sviluppatore | Carbon for F1TV |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://carbon-for-f1tv.github.io/ |
| URL della Pagina di Aiuto | https://github.com/Carbon-for-F1TV/Carbon-for-F1TV/discussions |
| Lingue Supportate | 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"
}
}
} | |