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"
        }
    }
}