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
Eメール [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\/*"
    ]
}