Playback Rate changer

Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements

Playback Rate changerคืออะไร?

Playback Rate changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amaan Cheval และคุณลักษณะหลักของมันคือ "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements"

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

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

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

                        An extension that lets you use keyboard shortcuts to control the playback speed of HTML5 audio and video elements.

Keyboard shortcuts:

Alt and + increases speed
Alt and - decreases speed
Alt and 0 resets speed temporarily

The speed is saved locally for each domain individually.

Visit https://www.youtube.com/html5 to make sure YouTube tries to use HTML5 video whenever possible.                    

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

ชื่อ Playback Rate changer Playback Rate changer
ID jhpkealghknaaojaaiahfmkgfpomcjfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc
คำอธิบาย Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
ขนาดไฟล์ 3.79 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-11-12
วันที่เผยแพร่ 2015-11-12
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Amaan Cheval
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "description": "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements",
    "name": "Playback Rate changer",
    "version": "1.1",
    "manifest_version": 2
}