Coursera Video Speedup

Speed up Coursera videos with this simple Chrome extension.

什么是Coursera Video Speedup?

Coursera Video Speedup是由kannan.vegeta开发的Chrome扩展程序,该扩展的主要功能是“Speed up Coursera videos with this simple Chrome extension.”。

扩展截图

screenshot

下载Coursera Video Speedup扩展crx文件

下载Coursera Video Speedup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Coursera Video Speedup is a lightweight and easy-to-use browser extension that allows you to control the playback speed of videos on Coursera. With multiple speed options available, you can quickly adjust the playback speed of your video lectures or tutorials, making it easier to learn at your own pace.

This extension offers a clean and intuitive interface with speed buttons displayed below the video in window mode, hiding them in fullscreen mode for an immersive viewing experience. The selected speed button is highlighted, giving you clear visual feedback about the current playback speed.

Whether you want to slow down a complex topic or breeze through familiar content, Coursera Video Speedup Extension gives you the flexibility to customize your video-watching experience.

Main features:

🚀 Multiple speed options: 0.25x, 0.5x, 0.75x, 1x, 1.25x, 1.5x, 2x, 3x, and 5x
🎛️ Easy-to-use interface with speed buttons
📺 Fullscreen compatibility                    

扩展基本信息

名称 Coursera Video Speedup Coursera Video Speedup
ID gdpjpckhidomjkaeligpppbbfndfknbe
官方URL https://chromewebstore.google.com/detail/coursera-video-speedup/gdpjpckhidomjkaeligpppbbfndfknbe
简介 Speed up Coursera videos with this simple Chrome extension.
文件大小 6.81 KB
安装次数 154
当前版本 1.0
更新时间 2023-03-29
上架时间 2023-03-29
评分 4.00/5 共1次评分
开发者 kannan.vegeta
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/RahulDevaraj/Coursera-Plugin-V1
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Coursera Video Speedup",
    "version": "1.0",
    "description": "Speed up Coursera videos with this simple Chrome extension.",
    "icons": {
        "48": "icon48.png"
    },
    "action": {
        "default_icon": {
            "48": "icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.coursera.org\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.coursera.org\/*"
    ]
}