Udemy Picture-in-Picture

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

Co to jest Udemy Picture-in-Picture?

Udemy Picture-in-Picture to rozszerzenie Chrome opracowane przez miyazaki.yuma, a jego główną funkcją jest „This is a picture-in-picture extension for use on Udemy”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Udemy Picture-in-Picture

Pobierz pliki rozszerzeń Udemy Picture-in-Picture w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Udemy Picture-in-Picture Udemy Picture-in-Picture
ID ajibjgkclejanlffognhfjojjedflhpp
Oficjalny URL https://chromewebstore.google.com/detail/udemy-picture-in-picture/ajibjgkclejanlffognhfjojjedflhpp
Opis This is a picture-in-picture extension for use on Udemy
Rozmiar pliku 16.16 KB
Liczba instalacji 2,129
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2022-12-30
Data Publikacji 2022-06-09
Ocena 4.88/5 Łącznie 8 Oceny
Deweloper miyazaki.yuma
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/miyazakiyuma/udemy-picture-in-picture
Obsługiwane Języki 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"
            ]
        }
    ]
}