Udemy Picture-in-Picture
This is a picture-in-picture extension for use on Udemy
Wat is Udemy Picture-in-Picture?
Udemy Picture-in-Picture is een Chrome-extensie ontwikkeld door miyazaki.yuma, en de belangrijkste functie is "This is a picture-in-picture extension for use on Udemy".
Extensie Screenshots
Download het CRX-bestand van de extensie Udemy Picture-in-Picture
Download Udemy Picture-in-Picture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Udemy Picture-in-Picture |
ID | ajibjgkclejanlffognhfjojjedflhpp |
Officiële URL | https://chromewebstore.google.com/detail/udemy-picture-in-picture/ajibjgkclejanlffognhfjojjedflhpp |
Beschrijving | This is a picture-in-picture extension for use on Udemy |
Bestandsgrootte | 16.16 KB |
Aantal Installaties | 2,129 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-12-30 |
Publicatiedatum | 2022-06-09 |
Beoordeling | 4.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | miyazaki.yuma |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/miyazakiyuma/udemy-picture-in-picture |
Ondersteunde Talen | 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" ] } ] } |