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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
    ]
}