Udemy Picture-in-Picture

This is a picture-in-picture extension for use on Udemy

Udemy Picture-in-Pictureคืออะไร?

Udemy Picture-in-Picture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย miyazaki.yuma และคุณลักษณะหลักของมันคือ "This is a picture-in-picture extension for use on Udemy"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Udemy Picture-in-Picture

ดาวน์โหลดไฟล์ส่วนขยาย Udemy Picture-in-Picture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
            ]
        }
    ]
}