Lyndownloader
Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will…
What is Lyndownloader?
Lyndownloader is a Chrome extension developed by Andrew Kozhokaru, and its main feature is "Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will…".
Extension Screenshots
Download Lyndownloader Extension CRX File
Download Lyndownloader 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
Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will be downloaded in your default download folder on disk.
Extension Basic Information
Name | Lyndownloader |
ID | kkomlekhfedfelahgkjgnpimklgdaggl |
Official URL | https://chromewebstore.google.com/detail/lyndownloader/kkomlekhfedfelahgkjgnpimklgdaggl |
Description | Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will… |
File Size | 24.36 KB |
Installation Count | 568 |
Current Version | 0.0.2 |
Last Updated | 2017-06-21 |
Publish Date | 2017-06-21 |
Rating | 3.38/5 Total 8 Ratings |
Developer | Andrew Kozhokaru |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "name": "Lyndownloader", "version": "0.0.2", "manifest_version": 2, "permissions": [ "*:\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "main.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.lynda.com\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "Lyndownloader", "default_icon": "48.png" } } |