Tau Video 2Xer

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

什麼是Tau Video 2Xer?

Tau Video 2Xer是由Tal開發的Chrome擴展程式,該擴展的主要功能是“Enables 2x video speed at video.tau.ac.il”。

下載Tau Video 2Xer擴展crx文件

下載Tau Video 2Xer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Tau Video 2Xer Tau Video 2Xer
ID nbidjihllkafhfbndjcepkelhkmpnbld
官方網址 https://chromewebstore.google.com/detail/tau-video-2xer/nbidjihllkafhfbndjcepkelhkmpnbld
簡介 Enables 2x video speed at video.tau.ac.il
檔案大小 19.57 KB
安裝次數 24
目前版本 0.0.1
更新時間 2016-12-10
上架時間 2016-12-10
評分 5.00/5 共 2 次評分
開發者 Tal
付費類型 free
支援的語言 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"
            ]
        }
    ]
}