Udemy Picture-in-Picture

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

What is Udemy Picture-in-Picture?

Udemy Picture-in-Picture is a Chrome extension developed by miyazaki.yuma, and its main feature is "This is a picture-in-picture extension for use on Udemy".

Extension Screenshots

screenshot
screenshot

Download Udemy Picture-in-Picture Extension CRX File

Download Udemy Picture-in-Picture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Udemy Picture-in-Picture Udemy Picture-in-Picture
ID ajibjgkclejanlffognhfjojjedflhpp
Official URL https://chromewebstore.google.com/detail/udemy-picture-in-picture/ajibjgkclejanlffognhfjojjedflhpp
Description This is a picture-in-picture extension for use on Udemy
File Size 16.16 KB
Installation Count 2,129
Current Version 1.2
Last Updated 2022-12-30
Publish Date 2022-06-09
Rating 4.88/5 Total 8 Ratings
Developer miyazaki.yuma
Email [email protected]
Payment Type free
Extension Website https://github.com/miyazakiyuma/udemy-picture-in-picture
Supported Languages 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"
            ]
        }
    ]
}