Video player extension

More control over the video player

Video player extensionคืออะไร?

Video player extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dskloet และคุณลักษณะหลักของมันคือ "More control over the video player"

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

screenshot

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

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

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

                        Adds keyboard shortcuts to the video player on any website. Use space bar to pause and '[' and ']' to adjust speed by 0.1x increments. 'o' and 'p' to move forward and backward by 3 seconds. '\' clicks the ad skip button.                    

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

ชื่อ Video player extension Video player extension
ID kkipdgnjllphhbcoapilfpmflipdblfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-player-extension/kkipdgnjllphhbcoapilfpmflipdblfl
คำอธิบาย More control over the video player
ขนาดไฟล์ 24.99 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 0.8
อัปเดตครั้งล่าสุด 2023-11-17
วันที่เผยแพร่ 2020-09-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา dskloet
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://dskl.net/screen/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video player extension",
    "version": "0.8",
    "description": "More control over the video player",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}