Tau Video 2Xer
Enables 2x video speed at video.tau.ac.il
Wat is Tau Video 2Xer?
Tau Video 2Xer is een Chrome-extensie ontwikkeld door Tal, en de belangrijkste functie is "Enables 2x video speed at video.tau.ac.il".
Download het CRX-bestand van de extensie Tau Video 2Xer
Download Tau Video 2Xer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Tau Video 2Xer |
ID | nbidjihllkafhfbndjcepkelhkmpnbld |
Officiële URL | https://chromewebstore.google.com/detail/tau-video-2xer/nbidjihllkafhfbndjcepkelhkmpnbld |
Beschrijving | Enables 2x video speed at video.tau.ac.il |
Bestandsgrootte | 19.57 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-12-10 |
Publicatiedatum | 2016-12-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Tal |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |