Linux Academy Autoplay

1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…

什么是Linux Academy Autoplay?

Linux Academy Autoplay是由seanmysell开发的Chrome扩展程序,该扩展的主要功能是“1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…”。

扩展截图

screenshot
screenshot

下载Linux Academy Autoplay扩展crx文件

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

扩展使用说明

                        1. Auto-plays Linux Academy videos at full-screen upon opening a lesson.
2. Automatically marks lessons complete and moves to next lesson at the end of playback.                    

扩展基本信息

名称 Linux Academy Autoplay Linux Academy Autoplay
ID nkkiodnihcmehafffamnhamhapchjlfg
官方URL https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg
简介 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…
文件大小 47.35 KB
安装次数 93
当前版本 0.2
更新时间 2019-12-18
上架时间 2019-12-17
评分 3.40/5 共5次评分
开发者 seanmysell
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linux Academy Autoplay",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/linuxacademy.com\/cp\/courses\/lesson\/course\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "icons": {
            "16": "icon16.png",
            "32": "icon32.png"
        }
    }
}