Lyndownloader

Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will…

什么是Lyndownloader?

Lyndownloader是由Andrew Kozhokaru开发的Chrome扩展程序,该扩展的主要功能是“Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will…”。

扩展截图

screenshot

下载Lyndownloader扩展crx文件

下载Lyndownloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Lyndownloader Lyndownloader
ID kkomlekhfedfelahgkjgnpimklgdaggl
官方URL https://chromewebstore.google.com/detail/lyndownloader/kkomlekhfedfelahgkjgnpimklgdaggl
简介 Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will…
文件大小 24.36 KB
安装次数 568
当前版本 0.0.2
更新时间 2017-06-21
上架时间 2017-06-21
评分 3.38/5 共8次评分
开发者 Andrew Kozhokaru
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}