Udemy Plus
Udemy Plus adds new features on top of your favorite Udemy.
Wat is Udemy Plus?
Udemy Plus is een Chrome-extensie ontwikkeld door TulparDev, en de belangrijkste functie is "Udemy Plus adds new features on top of your favorite Udemy.".
Extensie Screenshots
Download het CRX-bestand van de extensie Udemy Plus
Download Udemy Plus-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
Features: - More video rates - Mark course section completed/incompleted - Picture in Picture 🔥🔥🔥 - Ctrl + Right/Left arrows - to open next/previous video See upcoming features: https://github.com/sagynbek/udemy-plus
Basisinformatie over de Extensie
Naam | Udemy Plus |
ID | llkblgkohonjafpigfbbamilgadmcilg |
Officiële URL | https://chromewebstore.google.com/detail/udemy-plus/llkblgkohonjafpigfbbamilgadmcilg |
Beschrijving | Udemy Plus adds new features on top of your favorite Udemy. |
Bestandsgrootte | 22.14 KB |
Aantal Installaties | 2,542 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2022-07-31 |
Publicatiedatum | 2020-08-08 |
Beoordeling | 4.31/5 Totaal 16 Beoordelingen |
Ontwikkelaar | TulparDev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | de,en,fr,tr,es,pt-PT,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "version": "1.1.1", "author": "Sagynbek Kenzhebaev", "description": "__MSG_extension_description__", "default_locale": "en", "action": { "default_title": "Udemy Plus", "default_popup": "ui\/popup\/index.html" }, "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.udemy.com\/*" ], "js": [ "inject\/index.js" ], "css": [ "ui\/page.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "ui\/themes\/dark.css", "ui\/themes\/default.css", "icons\/pip-icon.png" ], "matches": [ "https:\/\/*.udemy.com\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.udemy.com\/*" ] } |