Better F1TV

Better F1 Video

Better F1TVคืออะไร?

Better F1TV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jarques และคุณลักษณะหลักของมันคือ "Better F1 Video"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better F1TV

ดาวน์โหลดไฟล์ส่วนขยาย Better F1TV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}