Carbon for F1TV
Enhance your F1TV experience.
什么是Carbon for F1TV?
Carbon for F1TV是由Carbon for F1TV开发的Chrome扩展程序,该扩展的主要功能是“Enhance your F1TV experience.”。
扩展截图
下载Carbon for F1TV扩展crx文件
下载Carbon for F1TV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | kbnlmjibehhjlncfbolkigkiihhlfmbd |
| 官方URL | https://chromewebstore.google.com/detail/carbon-for-f1tv/kbnlmjibehhjlncfbolkigkiihhlfmbd |
| 简介 | Enhance your F1TV experience. |
| 文件大小 | 83.35 KB |
| 安装次数 | 63 |
| 当前版本 | 1.0.6 |
| 更新时间 | 2024-03-03 |
| 上架时间 | 2024-02-12 |
| 开发者 | Carbon for F1TV |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://carbon-for-f1tv.github.io/ |
| 帮助页面URL | https://github.com/Carbon-for-F1TV/Carbon-for-F1TV/discussions |
| 支持的语言 | 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"
}
}
} | |