Tau Video 2Xer
Enables 2x video speed at video.tau.ac.il
什么是Tau Video 2Xer?
Tau Video 2Xer是由Tal开发的Chrome扩展程序,该扩展的主要功能是“Enables 2x video speed at video.tau.ac.il”。
下载Tau Video 2Xer扩展crx文件
下载Tau Video 2Xer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enables Tel Aviv University students to watch online courses videos from the video services, at double speed (2x). After installing the extension, a new button will be added to the online video player, left to the existing 1.5x button. Enjoy!
扩展基本信息
名称 | Tau Video 2Xer |
ID | nbidjihllkafhfbndjcepkelhkmpnbld |
官方URL | https://chromewebstore.google.com/detail/tau-video-2xer/nbidjihllkafhfbndjcepkelhkmpnbld |
简介 | Enables 2x video speed at video.tau.ac.il |
文件大小 | 19.57 KB |
安装次数 | 24 |
当前版本 | 0.0.1 |
更新时间 | 2016-12-10 |
上架时间 | 2016-12-10 |
评分 | 5.00/5 共2次评分 |
开发者 | Tal |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tau Video 2Xer", "version": "0.0.1", "manifest_version": 2, "description": "Enables 2x video speed at video.tau.ac.il", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "http:\/\/video.tau.ac.il\/*view=video*" ], "content_scripts": [ { "matches": [ "http:\/\/video.tau.ac.il\/*view=video*" ], "js": [ "src\/inject\/inject.js" ] } ] } |