LearnWorlds Video Speed Controller

Allows users to control the playback speed of their video courses.

LearnWorlds Video Speed Controller là gì?

LearnWorlds Video Speed Controller là một tiện ích mở rộng Chrome được phát triển bởi https://www.learnworlds.com, và tính năng chính của nó là "Allows users to control the playback speed of their video courses.".

Ả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 LearnWorlds Video Speed Controller

Tải xuống các tệp mở rộng LearnWorlds Video Speed Controller 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

                        The extension enables LearnWorlds school students to control the playback speed of their interactive video. Install it and a new option will appear next to the sound volume icon of your video player which will enable you to set different speeds for the video playback. A must have for flexible learners.                    

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

Tên LearnWorlds Video Speed Controller LearnWorlds Video Speed Controller
ID pdoejjfjocbdegpijjilmkoebicimahh
URL Chính Thức https://chrome.google.com/webstore/detail/learnworlds-video-speed-c/pdoejjfjocbdegpijjilmkoebicimahh
Mô tả Allows users to control the playback speed of their video courses.
Kích Thước Tệp 18.83 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-06-23
Ngày Phát Hành 2017-06-23
Đánh Giá 3.67/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://www.learnworlds.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.learnworlds.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "webNavigation"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-16.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/vimeo.js"
            ],
            "matches": [
                "*:\/\/vimeo.com\/*",
                "*:\/\/player.vimeo.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}