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 |
| 官方網址 | 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"
}
}
} | |