Tau Video 2Xer

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

Apa itu Tau Video 2Xer?

Tau Video 2Xer adalah ekstensi Chrome yang dikembangkan oleh Tal, dan fitur utamanya adalah "Enables 2x video speed at video.tau.ac.il".

Unduh Berkas CRX Ekstensi Tau Video 2Xer

Unduh file ekstensi Tau Video 2Xer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Tau Video 2Xer Tau Video 2Xer
ID nbidjihllkafhfbndjcepkelhkmpnbld
URL Resmi https://chromewebstore.google.com/detail/tau-video-2xer/nbidjihllkafhfbndjcepkelhkmpnbld
Deskripsi Enables 2x video speed at video.tau.ac.il
Ukuran File 19.57 KB
Jumlah Instalasi 24
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2016-12-10
Tanggal Publikasi 2016-12-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Tal
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}