Udemy™ Faster Autoplay

Removes the 3-second delay before autoplaying the next video.

Udemy™ Faster Autoplayとは何ですか?

Udemy™ Faster Autoplayはelliotwaiteによって開発されたChromeの拡張機能で、その主な機能は「Removes the 3-second delay before autoplaying the next video.」です。

拡張機能のスクリーンショット

screenshot

Udemy™ Faster Autoplay拡張機能のCRXファイルをダウンロード

Udemy™ Faster Autoplay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you enable autoplay while watching a Udemy playlist, once a video ends, you
are usually advanced to the next video after a 3-second delay. This extension
removes that 3-second delay so that you are always advanced to the next video
immediately.

This extension is open source on GitHub. If you find any bugs or have any suggestions, please open an issue here: https://github.com/elliotwaite/udemy-faster-autoplay

Thanks. Enjoy!

Udemy™ is a trademark of Udemy, Inc. Use of this trademark is subject to Udemy Permissions.                    

拡張機能の基本情報

名前 Udemy™ Faster Autoplay Udemy™ Faster Autoplay
ID fepcpdjalebcocminbnogcgfbphllkeh
公式URL https://chromewebstore.google.com/detail/udemy-faster-autoplay/fepcpdjalebcocminbnogcgfbphllkeh
説明 Removes the 3-second delay before autoplaying the next video.
ファイルサイズ 37.23 KB
インストール数 645
現在のバージョン 0.2
最終更新日 2021-12-01
公開日 2021-09-27
評価 5.00/5 合計 5 レビュー
開発者 elliotwaite
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/elliotwaite/udemy-faster-autoplay
ヘルプページのURL https://github.com/elliotwaite/udemy-faster-autoplay
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Udemy\u2122 Faster Autoplay",
    "version": "0.2",
    "description": "Removes the 3-second delay before autoplaying the next video.",
    "author": "Elliot Waite",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.udemy.com\/*"
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ]
}