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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
        }
    }
}