Video Play Speed

Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.

Video Play Speedคืออะไร?

Video Play Speed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Josephus Paye II และคุณลักษณะหลักของมันคือ "Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed."

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

screenshot

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

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

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

                        This extension allows you to easily change the playback speed of videos you are watching. You can speed up or slow down your videos in 3 clicks:

1. Right-click the video
2. Click Video Play Speed
3. Choose your playback speed

Note: YouTube™ videos not supported, as YouTube™ already supports changing the playback speed. Also, flash videos not supported, HTML5 videos only.

YouTube™ is a trademark of Google Inc.

The source of this extension is available here: https://github.com/JosephusPaye/video-playback-speed-extension                    

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

ชื่อ Video Play Speed Video Play Speed
ID lciiobdgpdlmfjnahgcdmgebmpfkphpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-play-speed/lciiobdgpdlmfjnahgcdmgebmpfkphpb
คำอธิบาย Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.
ขนาดไฟล์ 55.27 KB
จำนวนการติดตั้ง 3,259
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2024-01-16
วันที่เผยแพร่ 2016-03-31
คะแนน 3.09/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Josephus Paye II
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Play Speed",
    "author": "Josephus Paye II",
    "description": "Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "background": {
        "scripts": [
            "video-speed.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}