Udemy Picture-in-Picture
This is a picture-in-picture extension for use on Udemy
Udemy Picture-in-Picture क्या है?
Udemy Picture-in-Picture miyazaki.yuma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a picture-in-picture extension for use on Udemy"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Udemy Picture-in-Picture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Udemy Picture-in-Picture |
ID | ajibjgkclejanlffognhfjojjedflhpp |
आधिकारिक URL | https://chromewebstore.google.com/detail/udemy-picture-in-picture/ajibjgkclejanlffognhfjojjedflhpp |
विवरण | This is a picture-in-picture extension for use on Udemy |
फ़ाइल का आकार | 16.16 KB |
स्थापना संख्या | 2,129 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2022-12-30 |
प्रकाशन तिथि | 2022-06-09 |
रेटिंग | 4.88/5 कुल 8 रेटिंग्स |
डेवलपर | miyazaki.yuma |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/miyazakiyuma/udemy-picture-in-picture |
समर्थित भाषाएँ | 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" ] } ] } |