Next
Click 'Play Next' automatically on Udacity and Udemy
Nextとは何ですか?
Nextはmagahetによって開発されたChromeの拡張機能で、その主な機能は「Click 'Play Next' automatically on Udacity and Udemy」です。
拡張機能のスクリーンショット
Next拡張機能のCRXファイルをダウンロード
Next拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Udacity and Udemy courses have a 5 second delay between videos. This extension presses 'Play Next' automatically at the end of a video. This skips the 5 second delay.
拡張機能の基本情報
名前 | Next |
ID | ohbainpmaikiicdjgnbpcekhlmdigopi |
公式URL | https://chromewebstore.google.com/detail/next/ohbainpmaikiicdjgnbpcekhlmdigopi |
説明 | Click 'Play Next' automatically on Udacity and Udemy |
ファイルサイズ | 7.24 KB |
インストール数 | 99 |
現在のバージョン | 1.4 |
最終更新日 | 2021-01-08 |
公開日 | 2018-05-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | magahet |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/magahet/next |
プライバシーポリシーページのURL | https://www.gmendiola.com/privicy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Next", "version": "1.4", "description": "Click 'Play Next' automatically on Udacity and Udemy", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Next" }, "content_scripts": [ { "matches": [ "https:\/\/classroom.udacity.com\/*", "https:\/\/www.udemy.com\/*" ], "js": [ "next.js" ] } ] } |