h5-video-audio-ctl

h5-video-audio-ctl

h5-video-audio-ctlคืออะไร?

h5-video-audio-ctl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ke.zhang.cn และคุณลักษณะหลักของมันคือ "h5-video-audio-ctl"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย h5-video-audio-ctl

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

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

                        control the h5 video or audio player 
**********************************************
        * Welcome to use h5 video/audio controller
        
        Alt + S   :   show / hide the control bar, when show start to control, hide to stop control
        Alt + 1   :   play x1
        Alt + 2   :   play x1.5
        Alt + 3   :   play x2
        
        > (ArrowRight) : +10s
        < (ArrowLeft)  : -10s
        Alt + > (ArrowRight) : +30s
        Alt + < (ArrowLeft)  : -30s
        
        **********************************************                    

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

ชื่อ h5-video-audio-ctl h5-video-audio-ctl
ID dpckhdgogkehddflljnnbdjndfioacih
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/h5-video-audio-ctl/dpckhdgogkehddflljnnbdjndfioacih
คำอธิบาย h5-video-audio-ctl
ขนาดไฟล์ 26.27 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2019-05-13
วันที่เผยแพร่ 2019-05-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ke.zhang.cn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/KeZhang/h5-video-audio-ctl
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "h5-video-audio-ctl",
    "description": "h5-video-audio-ctl",
    "version": "0.2.1",
    "permissions": [
        "tabs",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "h5-video-audio-ctl",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "zepto.min.js",
                "content_script.js"
            ]
        }
    ],
    "manifest_version": 2
}