Better F1TV

Better F1 Video

ما هو Better F1TV؟

Better F1TV هو إضافة Chrome تم تطويرها بواسطة Jarques، والميزة الرئيسية لها هي "Better F1 Video".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Better F1TV

قم بتنزيل ملفات الامتداد Better F1TV بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Improves the watching experience for F1TV.

* Adds a new in-page fullscreen mode for a better viewing experience without having to go completely fullscreen.
* Toggle-able camera list in this new view.                    

معلومات أساسية عن التمديد

الاسم Better F1TV Better F1TV
ID njpmjjdckpogpncnenbkhgkjdgicahpa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/better-f1tv/njpmjjdckpogpncnenbkhgkjdgicahpa
الوصف Better F1 Video
حجم الملف 41.39 KB
عدد التثبيتات 521
النسخة الحالية 0.2.1
آخر تحديث 2019-07-10
تاريخ النشر 2019-07-10
تقييم 3.00/5 مجموع تقييمات 2
المطور Jarques
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://jarqu.es
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better F1TV",
    "version": "0.2.1",
    "description": "Better F1 Video",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/f1.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/f1tv.formula1.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}