LearnWorlds Video Speed Controller

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

What is LearnWorlds Video Speed Controller?

LearnWorlds Video Speed Controller is a Chrome extension developed by https://www.learnworlds.com, and its main feature is "Allows users to control the playback speed of their video courses.".

Extension Screenshots

screenshot

Download LearnWorlds Video Speed Controller Extension CRX File

Download LearnWorlds Video Speed Controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LearnWorlds Video Speed Controller LearnWorlds Video Speed Controller
ID pdoejjfjocbdegpijjilmkoebicimahh
Official URL https://chrome.google.com/webstore/detail/learnworlds-video-speed-c/pdoejjfjocbdegpijjilmkoebicimahh
Description Allows users to control the playback speed of their video courses.
File Size 18.83 KB
Installation Count 1,000
Current Version 1.0.1
Last Updated 2017-06-23
Publish Date 2017-06-23
Rating 3.67/5 Total 9 Ratings
Developer https://www.learnworlds.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.learnworlds.com/privacy-policy
Supported Languages 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"
        }
    ]
}