VideoFix

FixVideo.

VideoFixคืออะไร?

VideoFix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shinao และคุณลักษณะหลักของมันคือ "FixVideo."

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

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

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

                        [SPACE] : Pause/Play video
[R] : Reload at the specified time
[O/P] : Sound up/down
[B/N] : Quality up/down                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VideoFix VideoFix
ID fogoflhkjgpjbflhkkclgfbcknmnknpn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/videofix/fogoflhkjgpjbflhkkclgfbcknmnknpn
คำอธิบาย FixVideo.
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-04-11
วันที่เผยแพร่ 2014-04-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Shinao
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VideoFix",
    "version": "1.2",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "description": "FixVideo.",
    "homepage_url": "http:\/\/google.com\/",
    "background_page": "fix.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "fix.html"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}