Udemy Picture-in-Picture

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

Cos'è Udemy Picture-in-Picture?

Udemy Picture-in-Picture è un'estensione di Chrome sviluppata da miyazaki.yuma, e la sua funzione principale è "This is a picture-in-picture extension for use on Udemy".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Udemy Picture-in-Picture

Scarica i file di estensione Udemy Picture-in-Picture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Udemy Picture-in-Picture Udemy Picture-in-Picture
ID ajibjgkclejanlffognhfjojjedflhpp
URL Ufficiale https://chromewebstore.google.com/detail/udemy-picture-in-picture/ajibjgkclejanlffognhfjojjedflhpp
Descrizione This is a picture-in-picture extension for use on Udemy
Dimensione del File 16.16 KB
Conteggio Installazioni 2,129
Versione Corrente 1.2
Ultimo Aggiornamento 2022-12-30
Data di Pubblicazione 2022-06-09
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore miyazaki.yuma
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/miyazakiyuma/udemy-picture-in-picture
Lingue Supportate 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"
            ]
        }
    ]
}