Twitch.tv HTML5 Playback Controls

Adds extra playback controls to Twitch.tv VODS

Twitch.tv HTML5 Playback Controlsคืออะไร?

Twitch.tv HTML5 Playback Controls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ichiroku และคุณลักษณะหลักของมันคือ "Adds extra playback controls to Twitch.tv VODS"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch.tv HTML5 Playback Controls

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

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

                        Simply adds some playback control to Twitch VODs                    

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

ชื่อ Twitch.tv HTML5 Playback Controls Twitch.tv HTML5 Playback Controls
ID epkmidfakebmmhlobmlcnjcejhhkegne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitchtv-html5-playback-c/epkmidfakebmmhlobmlcnjcejhhkegne
คำอธิบาย Adds extra playback controls to Twitch.tv VODS
ขนาดไฟล์ 36.97 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-12-14
วันที่เผยแพร่ 2016-12-14
ผู้พัฒนา Ichiroku
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch.tv HTML5 Playback Controls",
    "description": "Adds extra playback controls to Twitch.tv VODS",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "title": "Twitch.tv HTML5 Playback Controls"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*\/v\/*"
            ],
            "js": [
                "jquery.js",
                "background.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/www.twitch.tv\/*\/v\/*"
    ]
}