Lyndownloader
Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will…
Wat is Lyndownloader?
Lyndownloader is een Chrome-extensie ontwikkeld door Andrew Kozhokaru, en de belangrijkste functie is "Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will…".
Extensie Screenshots
Download het CRX-bestand van de extensie Lyndownloader
Download Lyndownloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Lyndownloader |
ID | kkomlekhfedfelahgkjgnpimklgdaggl |
Officiële URL | https://chromewebstore.google.com/detail/lyndownloader/kkomlekhfedfelahgkjgnpimklgdaggl |
Beschrijving | Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will… |
Bestandsgrootte | 24.36 KB |
Aantal Installaties | 568 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2017-06-21 |
Publicatiedatum | 2017-06-21 |
Beoordeling | 3.38/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Andrew Kozhokaru |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |