Rozu Video

The best video player for your lectures.

Rozu Video là gì?

Rozu Video là một tiện ích mở rộng Chrome được phát triển bởi https://www.rozu.co, và tính năng chính của nó là "The best video player for your lectures.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rozu Video

Tải xuống các tệp mở rộng Rozu Video dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rozu Video Rozu Video
ID pbpfncipceagadjjnfjbgieknpagokpi
URL Chính Thức https://chromewebstore.google.com/detail/rozu-video/pbpfncipceagadjjnfjbgieknpagokpi
Mô tả The best video player for your lectures.
Kích Thước Tệp 144 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.10.154
Cập Nhật Lần Cuối 2014-01-17
Ngày Phát Hành 2014-01-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.rozu.co
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}