Tau Video 2Xer
Enables 2x video speed at video.tau.ac.il
What is Tau Video 2Xer?
Tau Video 2Xer is a Chrome extension developed by Tal, and its main feature is "Enables 2x video speed at video.tau.ac.il".
Download Tau Video 2Xer Extension CRX File
Download Tau Video 2Xer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Tau Video 2Xer |
ID | nbidjihllkafhfbndjcepkelhkmpnbld |
Official URL | https://chromewebstore.google.com/detail/tau-video-2xer/nbidjihllkafhfbndjcepkelhkmpnbld |
Description | Enables 2x video speed at video.tau.ac.il |
File Size | 19.57 KB |
Installation Count | 24 |
Current Version | 0.0.1 |
Last Updated | 2016-12-10 |
Publish Date | 2016-12-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Tal |
Payment Type | free |
Supported Languages | 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" ] } ] } |