Udemy Plus
Udemy Plus adds new features on top of your favorite Udemy.
What is Udemy Plus?
Udemy Plus is a Chrome extension developed by TulparDev, and its main feature is "Udemy Plus adds new features on top of your favorite Udemy.".
Extension Screenshots
Download Udemy Plus Extension CRX File
Download Udemy Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Udemy Plus |
ID | llkblgkohonjafpigfbbamilgadmcilg |
Official URL | https://chromewebstore.google.com/detail/udemy-plus/llkblgkohonjafpigfbbamilgadmcilg |
Description | Udemy Plus adds new features on top of your favorite Udemy. |
File Size | 22.14 KB |
Installation Count | 2,542 |
Current Version | 1.1.1 |
Last Updated | 2022-07-31 |
Publish Date | 2020-08-08 |
Rating | 4.31/5 Total 16 Ratings |
Developer | TulparDev |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |