Carbon for F1TV
Enhance your F1TV experience.
What is Carbon for F1TV?
Carbon for F1TV is a Chrome extension developed by Carbon for F1TV, and its main feature is "Enhance your F1TV experience.".
Extension Screenshots
Download Carbon for F1TV Extension CRX File
Download Carbon for F1TV 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
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.
Extension Basic Information
Name | Carbon for F1TV |
ID | kbnlmjibehhjlncfbolkigkiihhlfmbd |
Official URL | https://chromewebstore.google.com/detail/carbon-for-f1tv/kbnlmjibehhjlncfbolkigkiihhlfmbd |
Description | Enhance your F1TV experience. |
File Size | 83.35 KB |
Installation Count | 63 |
Current Version | 1.0.6 |
Last Updated | 2024-03-03 |
Publish Date | 2024-02-12 |
Developer | Carbon for F1TV |
[email protected] | |
Payment Type | free |
Extension Website | https://carbon-for-f1tv.github.io/ |
Help Page URL | https://github.com/Carbon-for-F1TV/Carbon-for-F1TV/discussions |
Supported Languages | 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" } } } |