Tau Video 2Xer
Enables 2x video speed at video.tau.ac.il
Vad är Tau Video 2Xer?
Tau Video 2Xer är en Chrome-tillägg utvecklad av Tal, och dess huvudfunktion är "Enables 2x video speed at video.tau.ac.il".
Ladda ner Tau Video 2Xer-förlängningens CRX-fil
Ladda ner Tau Video 2Xer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | nbidjihllkafhfbndjcepkelhkmpnbld |
| Officiell webbadress | https://chromewebstore.google.com/detail/tau-video-2xer/nbidjihllkafhfbndjcepkelhkmpnbld |
| Beskrivning | Enables 2x video speed at video.tau.ac.il |
| Filstorlek | 19.57 KB |
| Antal Installationer | 24 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2016-12-10 |
| Publiceringsdatum | 2016-12-10 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Tal |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |