Picture in Picture - PiP View
Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.
Picture in Picture - PiP Viewคืออะไร?
Picture in Picture - PiP View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Esteban และคุณลักษณะหลักของมันคือ "Watch videos in a floating PiP window (always on top of other windows) even when tab is switched."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Picture in Picture - PiP View
ดาวน์โหลดไฟล์ส่วนขยาย Picture in Picture - PiP View ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension helps to view videos in a separate window ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kmdgomolfojpgnieebblfpmccmkekiae |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/picture-in-picture-pip-vi/kmdgomolfojpgnieebblfpmccmkekiae |
| คำอธิบาย | Watch videos in a floating PiP window (always on top of other windows) even when tab is switched. |
| ขนาดไฟล์ | 35.19 KB |
| จำนวนการติดตั้ง | 19 |
| เวอร์ชันปัจจุบัน | 0.4.1 |
| อัปเดตครั้งล่าสุด | 2022-08-20 |
| วันที่เผยแพร่ | 2022-08-20 |
| ผู้พัฒนา | Esteban |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้าช่วยเหลือ | https://pipviewer.com/privacy.html |
| URL หน้านโยบายความเป็นส่วนตัว | https://pipviewer.com/privacy.html |
| ภาษาที่รองรับ | de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Picture in Picture - PiP View",
"description": "__MSG_description__",
"default_locale": "en",
"version": "0.4.1",
"manifest_version": 3,
"permissions": [
"storage",
"scripting",
"activeTab",
"cookies"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "inta.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"lora.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"action": {
"default_title": "Click to open active video in Picture-in-Picture (PiP) mode",
"default_icon": {
"16": "pench.png",
"32": "crua.png",
"48": "eata.png",
"64": "gona.png"
}
},
"icons": {
"16": "rata.png",
"32": "lesta.png",
"48": "cerva.png",
"128": "bibo.png"
}
} | |