Coursera Playback Speed

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

什麼是Coursera Playback Speed?

Coursera Playback Speed是由Church of Thought開發的Chrome擴展程式,該擴展的主要功能是“Allows you to set playback speed to any value (from 0.25x to 10x)”。

擴展截圖

screenshot

下載Coursera Playback Speed擴展crx文件

下載Coursera Playback Speed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Coursera Playback Speed Coursera Playback Speed
ID ggonllaomlopoinanbapoaamhomlflao
官方網址 https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao
簡介 Allows you to set playback speed to any value (from 0.25x to 10x)
檔案大小 19.73 KB
安裝次數 983
目前版本 1.1
更新時間 2022-04-11
上架時間 2020-10-17
評分 4.13/5 共 16 次評分
開發者 Church of Thought
電子郵箱 [email protected]
付費類型 free
擴展官網 https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/
隱私政策頁面URL https://churchofthought.org/privacy-policy
支援的語言 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"
    ]
}