Next

Click 'Play Next' automatically on Udacity and Udemy

什麼是Next?

Next是由magahet開發的Chrome擴展程式,該擴展的主要功能是“Click 'Play Next' automatically on Udacity and Udemy”。

擴展截圖

screenshot

下載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 Next
ID ohbainpmaikiicdjgnbpcekhlmdigopi
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}