Video Controls Max

This plugin provide extra video controls for youtube

Video Controls Maxคืออะไร?

Video Controls Max เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manjot Singh และคุณลักษณะหลักของมันคือ "This plugin provide extra video controls for youtube"

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

screenshot

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

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

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

                        This plugin gives you extra control for your youtube video. 

Extra Controls given right now are:-

1. Forward: Forward by 10 sec
2. Backward: Backward by 10 sec
3. Speed+: Increase speed of video ( max 15.5x) 
4. Speed-: Decrease speed of video ( min 0.5x)
5. Reverse: Reverse your Video
6. Stop Reverse: Stop Reversing video                    

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

ชื่อ Video Controls Max Video Controls Max
ID ofcelndgcapgcjldffldonbefaoddhjn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/video-controls-max/ofcelndgcapgcjldffldonbefaoddhjn
คำอธิบาย This plugin provide extra video controls for youtube
ขนาดไฟล์ 14.74 KB
จำนวนการติดตั้ง 153
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-03-12
วันที่เผยแพร่ 2019-03-12
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Manjot Singh
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Controls Max",
    "version": "1.2",
    "description": "This plugin provide extra video controls for youtube",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "webNavigation",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "insertPlayerButtons.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "manifest_version": 2
}