Tau Video 2Xer

Enables 2x video speed at video.tau.ac.il

Qu'est-ce que Tau Video 2Xer ?

Tau Video 2Xer est une extension Chrome développée par Tal, et sa fonction principale est "Enables 2x video speed at video.tau.ac.il".

Télécharger le fichier CRX de l'extension Tau Video 2Xer

Téléchargez les fichiers d'extension Tau Video 2Xer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Tau Video 2Xer Tau Video 2Xer
ID nbidjihllkafhfbndjcepkelhkmpnbld
URL Officiel https://chromewebstore.google.com/detail/tau-video-2xer/nbidjihllkafhfbndjcepkelhkmpnbld
Description Enables 2x video speed at video.tau.ac.il
Taille du Fichier 19.57 KB
Nombre d'Installations 24
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-12-10
Date de Publication 2016-12-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur Tal
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}