F1TV Tweaks

Adds useful tools to add to the usability of the F1TV streaming page.

ما هو F1TV Tweaks؟

F1TV Tweaks هو إضافة Chrome تم تطويرها بواسطة Maarten Flippo، والميزة الرئيسية لها هي "Adds useful tools to add to the usability of the F1TV streaming page.".

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

screenshot

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

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

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

                        F1TV Tweaks adds functionality to the F1TV streaming page to make it easier to use by adding shortcut keys. It also modifies the page to take advantage of larger displays.

Shortcuts:
* 'f' - Toggle fullscreen
* '' - Toggle play/pause
* 'm' - Toggle mute
* 'up-arrow' - Volume up
* 'down-arrow' - Volume down
* 'l' - Lock visibility of player controls.
* 'd' - Driver picker                    

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

الاسم F1TV Tweaks F1TV Tweaks
ID oecfjajfiinnaphbkfhljdiaeclinbdj
عنوان URL الرسمي https://chromewebstore.google.com/detail/f1tv-tweaks/oecfjajfiinnaphbkfhljdiaeclinbdj
الوصف Adds useful tools to add to the usability of the F1TV streaming page.
حجم الملف 484 KB
عدد التثبيتات 103
النسخة الحالية 1.2.1
آخر تحديث 2020-09-08
تاريخ النشر 2019-10-27
تقييم 5.00/5 مجموع تقييمات 1
المطور Maarten Flippo
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/maartenflippo/f1tv-tweaks
عنوان صفحة المساعدة https://github.com/maartenflippo/f1tv-tweaks/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "F1TV Tweaks",
    "version": "1.2.1",
    "author": "Markus Ort",
    "homepage_url": "https:\/\/github.com\/maartenflippo\/f1tv-tweaks",
    "description": "Adds useful tools to add to the usability of the F1TV streaming page.",
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png",
        "128": "icons\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/f1tv.formula1.com\/*"
            ],
            "js": [
                "bundle.js"
            ],
            "css": [
                "layout.css"
            ]
        }
    ]
}