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)”。
扩展截图
下载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 |
ID | ggonllaomlopoinanbapoaamhomlflao |
官方URL | 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" ] } |