Carbon for F1TV

Enhance your F1TV experience.

Carbon for F1TVคืออะไร?

Carbon for F1TV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Carbon for F1TV และคุณลักษณะหลักของมันคือ "Enhance your F1TV experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Carbon for F1TV

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Carbon for F1TV Carbon for F1TV
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"
        }
    }
}