Picture-in-Picture for Youtube
Activates the Picture-in-Picture button and other useful features.
Picture-in-Picture for Youtubeคืออะไร?
Picture-in-Picture for Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Super Zombi และคุณลักษณะหลักของมันคือ "Activates the Picture-in-Picture button and other useful features."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Picture-in-Picture for Youtube
ดาวน์โหลดไฟล์ส่วนขยาย Picture-in-Picture for Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Picture in Picture, MaxVolumer, Hide unwanted, Speed Control in Shorts, Rewind in Shorts, Full Screen in Shorts and etc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Picture-in-Picture for Youtube |
ID | choemllnhinpmdednemjdpbaolkpnhck |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/picture-in-picture-for-yo/choemllnhinpmdednemjdpbaolkpnhck |
คำอธิบาย | Activates the Picture-in-Picture button and other useful features. |
ขนาดไฟล์ | 786 KB |
จำนวนการติดตั้ง | 396 |
เวอร์ชันปัจจุบัน | 2.4.11 |
อัปเดตครั้งล่าสุด | 2023-12-15 |
วันที่เผยแพร่ | 2023-08-30 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Super Zombi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/SuperZombi/Picture-in-Picture-for-Youtube |
URL หน้าช่วยเหลือ | https://github.com/SuperZombi/Picture-in-Picture-for-Youtube/issues |
ภาษาที่รองรับ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.4.11", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "action": { "default_popup": "menu\/options.html", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "icons": { "128": "images\/icon-128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "options_ui": { "open_in_tab": false, "page": "menu\/options.html" }, "homepage_url": "https:\/\/github.com\/SuperZombi\/Picture-in-Picture-for-Youtube", "minimum_chrome_version": "107.0.5304.87" } |