F1 TV Enhanced

Media controls when watching Formula 1 on F1 TV

F1 TV Enhanced क्या है?

F1 TV Enhanced Mike Kenyon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Media controls when watching Formula 1 on F1 TV"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में F1 TV Enhanced एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        An unofficial upgrade to your F1 TV experience! 

When you have multiple tabs open with the race, the map, the data screen, or on-boards cameras, this extension will synchronize your other tabs whenever you seek in a video! Also, when you pause or resume the video, your other tabs will as well!

This extension also adds keyboard shortcuts for when you're watching! The same shortcuts as YouTube:

j / left arrow: Skip back 5/10 seconds
k / right arrow: Skip forward 5/10 seconds
Space: Pause / Resume playback
m: Mute / unmute
f: Full-screen
1–9: Skip to 10%–90% of the video
Home: Jump to beginning                    

एक्सटेंशन की मूल जानकारी

नाम F1 TV Enhanced F1 TV Enhanced
ID mkalpcklojnhdnaanfbamjgippoijdnf
आधिकारिक URL https://chromewebstore.google.com/detail/f1-tv-enhanced/mkalpcklojnhdnaanfbamjgippoijdnf
विवरण Media controls when watching Formula 1 on F1 TV
फ़ाइल का आकार 541 KB
स्थापना संख्या 889
वर्तमान संस्करण 1.3
अंतिम अपडेट 2019-07-29
प्रकाशन तिथि 2019-07-29
रेटिंग 3.29/5 कुल 7 रेटिंग्स
डेवलपर Mike Kenyon
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mkenyon/f1tv-enhanced
सहायता पृष्ठ URL https://github.com/mkenyon/f1tv-enhanced/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Michael Abon",
    "description": "Media controls when watching Formula 1 on F1 TV",
    "manifest_version": 2,
    "name": "F1 TV Enhanced",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/f1tv.formula1.com\/*"
            ],
            "js": [
                "src\/media-player.js",
                "src\/sync-current-time.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/background_script\/background.js"
        ]
    }
}