Udemy Plus
Udemy Plus adds new features on top of your favorite Udemy.
Udemy Plus là gì?
Udemy Plus là một tiện ích mở rộng Chrome được phát triển bởi TulparDev, và tính năng chính của nó là "Udemy Plus adds new features on top of your favorite Udemy.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Udemy Plus
Tải xuống các tệp mở rộng Udemy Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Udemy Plus |
ID | llkblgkohonjafpigfbbamilgadmcilg |
URL Chính Thức | https://chromewebstore.google.com/detail/udemy-plus/llkblgkohonjafpigfbbamilgadmcilg |
Mô tả | Udemy Plus adds new features on top of your favorite Udemy. |
Kích Thước Tệp | 22.14 KB |
Số Lần Cài Đặt | 2,542 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2022-07-31 |
Ngày Phát Hành | 2020-08-08 |
Đánh Giá | 4.31/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | TulparDev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |