playrate

Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video

playrateคืออะไร?

playrate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evaw และคุณลักษณะหลักของมันคือ "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video"

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

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

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

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

                        You can speedup or slowdown a video.

This extension allows you to control the playback rate of an html video on the current page.
The goal is to be very simple and just do one thing.

Disclaimer
 * if the video is played through a plugin like flash, this extension will not be able to function.                    

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

ชื่อ playrate playrate
ID pjefnlaeacgiihhaahpglacipajmbfjb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/playrate/pjefnlaeacgiihhaahpglacipajmbfjb
คำอธิบาย Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video
ขนาดไฟล์ 17.35 KB
จำนวนการติดตั้ง 301
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2016-04-07
วันที่เผยแพร่ 2016-04-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Evaw
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Evaw/playrate
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "playrate",
    "version": "1.0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "playrate.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}