Playback Rate changer

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

Playback Rate changer là gì?

Playback Rate changer là một tiện ích mở rộng Chrome được phát triển bởi Amaan Cheval, và tính năng chính của nó là "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".

Tải xuống tệp CRX của tiện ích mở rộng Playback Rate changer

Tải xuống các tệp mở rộng Playback Rate changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Playback Rate changer Playback Rate changer
ID jhpkealghknaaojaaiahfmkgfpomcjfc
URL Chính Thức https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc
Mô tả Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Kích Thước Tệp 3.79 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-11-12
Ngày Phát Hành 2015-11-12
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Amaan Cheval
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}