Udemy Picture-in-Picture

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

Vad är Udemy Picture-in-Picture?

Udemy Picture-in-Picture är en Chrome-tillägg utvecklad av miyazaki.yuma, och dess huvudfunktion är "This is a picture-in-picture extension for use on Udemy".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Udemy Picture-in-Picture-förlängningens CRX-fil

Ladda ner Udemy Picture-in-Picture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Udemy Picture-in-Picture Udemy Picture-in-Picture
ID ajibjgkclejanlffognhfjojjedflhpp
Officiell webbadress https://chromewebstore.google.com/detail/udemy-picture-in-picture/ajibjgkclejanlffognhfjojjedflhpp
Beskrivning This is a picture-in-picture extension for use on Udemy
Filstorlek 16.16 KB
Antal Installationer 2,129
Aktuell Version 1.2
Senast Uppdaterad 2022-12-30
Publiceringsdatum 2022-06-09
Betyg 4.88/5 Totalt 8 Betyg
Utvecklare miyazaki.yuma
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/miyazakiyuma/udemy-picture-in-picture
Stödda Språk 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"
            ]
        }
    ]
}