Udemy Picture-in-Picture

This is a picture-in-picture extension for use on Udemy

什麼是Udemy Picture-in-Picture?

Udemy Picture-in-Picture是由miyazaki.yuma開發的Chrome擴展程式,該擴展的主要功能是“This is a picture-in-picture extension for use on Udemy”。

擴展截圖

screenshot
screenshot

下載Udemy Picture-in-Picture擴展crx文件

下載Udemy Picture-in-Picture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Google extension adds a Picture in Picture button to Udemy's video controls.

Unlike the generic Picture in Picture feature, it automatically switches between videos in Udemy courses and will also skip over assignments and text-only, non-video content and continue video playback only.                    

擴展基本資訊

名稱 Udemy Picture-in-Picture Udemy Picture-in-Picture
ID ajibjgkclejanlffognhfjojjedflhpp
官方網址 https://chromewebstore.google.com/detail/udemy-picture-in-picture/ajibjgkclejanlffognhfjojjedflhpp
簡介 This is a picture-in-picture extension for use on Udemy
檔案大小 16.16 KB
安裝次數 2,129
目前版本 1.2
更新時間 2022-12-30
上架時間 2022-06-09
評分 4.88/5 共 8 次評分
開發者 miyazaki.yuma
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/miyazakiyuma/udemy-picture-in-picture
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/*.udemy.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.udemy.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}