Better F1TV

Better F1 Video

Better F1TV क्या है?

Better F1TV Jarques द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Better F1 Video"।

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

screenshot

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

crx प्रारूप में Better F1TV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}