Coursera Playback Speed

Allows you to set playback speed to any value (from 0.25x to 10x)

Coursera Playback Speed là gì?

Coursera Playback Speed là một tiện ích mở rộng Chrome được phát triển bởi Church of Thought, và tính năng chính của nó là "Allows you to set playback speed to any value (from 0.25x to 10x)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Coursera Playback Speed 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

                        Coursera's video player normally caps the playback speed to a maximum of 2x. With this extension, the playback speed can be increased to any desired multiplier from 0.25x to 10x.

The keyboard shortcuts are listed below:
Space: Play/Pause
Up: Increase Volume
Down: Decrease Volume
Left: Skip Back
Right: Skip Forward
F: Toggle Fullscreen                    

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

Tên Coursera Playback Speed Coursera Playback Speed
ID ggonllaomlopoinanbapoaamhomlflao
URL Chính Thức https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao
Mô tả Allows you to set playback speed to any value (from 0.25x to 10x)
Kích Thước Tệp 19.73 KB
Số Lần Cài Đặt 983
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-04-11
Ngày Phát Hành 2020-10-17
Đánh Giá 4.13/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Church of Thought
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/
URL Trang Chính Sách Bảo Mật https://churchofthought.org/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allows you to set playback speed to any value (from 0.25x to 10x)",
    "manifest_version": 2,
    "name": "Coursera Playback Speed",
    "short_name": "Coursera Playspeed",
    "version": "1.1",
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.coursera.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "hook.js"
    ]
}