Tau Video 2Xer
Enables 2x video speed at video.tau.ac.il
Hvad er Tau Video 2Xer?
Tau Video 2Xer er en Chrome-udvidelse udviklet af Tal, og dens hovedfunktion er "Enables 2x video speed at video.tau.ac.il".
Download Tau Video 2Xer-udvidelses-CRX-fil
Download Tau Video 2Xer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Tau Video 2Xer |
ID | nbidjihllkafhfbndjcepkelhkmpnbld |
Officiel URL | https://chromewebstore.google.com/detail/tau-video-2xer/nbidjihllkafhfbndjcepkelhkmpnbld |
Beskrivelse | Enables 2x video speed at video.tau.ac.il |
Filstørrelse | 19.57 KB |
Antal Installationer | 24 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2016-12-10 |
Udgivelsesdato | 2016-12-10 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Tal |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |