Rozu Video

The best video player for your lectures.

什麼是Rozu Video?

Rozu Video是由https://www.rozu.co開發的Chrome擴展程式,該擴展的主要功能是“The best video player for your lectures.”。

擴展截圖

screenshot

下載Rozu Video擴展crx文件

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

擴展使用說明

                        Rozu Video is a Chrome Extension that lets you play iSites videos at 2x speed (or ANY OTHER SPEED) for any course.

Just install the extension and rozu video will load automatically on all iSites video pages.

Report any problems to [email protected]

Forked from the CS50 2x video extension.                    

擴展基本資訊

名稱 Rozu Video Rozu Video
ID pbpfncipceagadjjnfjbgieknpagokpi
官方網址 https://chromewebstore.google.com/detail/rozu-video/pbpfncipceagadjjnfjbgieknpagokpi
簡介 The best video player for your lectures.
檔案大小 144 KB
安裝次數 23
目前版本 0.10.154
更新時間 2014-01-17
上架時間 2014-01-16
評分 5.00/5 共 1 次評分
開發者 https://www.rozu.co
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.10.154",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/television-16.png",
        "24": "images\/television-24.png",
        "32": "images\/television-32.png",
        "48": "images\/television-48.png",
        "64": "images\/television-64.png",
        "128": "images\/television-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/television-16.png",
            "38": "images\/television-32.png"
        },
        "default_title": "Rozu Video"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/isites.harvard.edu\/icb\/icb.do?keyword=*&pageid=icb.page*&pageContentId=icb.pagecontent*&view=watch.do&viewParam_entry=*",
                "https:\/\/isites.harvard.edu\/icb\/icb.do?keyword=*&pageid=icb.page*&pageContentId=icb.pagecontent*&view=watch.do&viewParam_entry=*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*#no-rozu"
            ],
            "js": [
                "scripts\/rozu.min.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/*",
        "styles\/*",
        "font\/*"
    ]
}