Picture-in-Picture for ALL Sites
Enables picture-in-picture mode, even for sites that have disabled it
Picture-in-Picture for ALL Sitesคืออะไร?
Picture-in-Picture for ALL Sites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jerome Paulos และคุณลักษณะหลักของมันคือ "Enables picture-in-picture mode, even for sites that have disabled it"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Picture-in-Picture for ALL Sites
ดาวน์โหลดไฟล์ส่วนขยาย Picture-in-Picture for ALL Sites ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension functions similarly to the official Google extension, except it does not include Google Analytics and it ignores the `disablepictureinpicture` attribute on HTML videos. This means that sites like Netflix, Disney Plus, and Hulu will work!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Picture-in-Picture for ALL Sites |
ID | anmikanblfemkldmaldbhdejcfpodkpd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/picture-in-picture-for-al/anmikanblfemkldmaldbhdejcfpodkpd |
คำอธิบาย | Enables picture-in-picture mode, even for sites that have disabled it |
ขนาดไฟล์ | 6.47 KB |
จำนวนการติดตั้ง | 2,119 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-04-24 |
วันที่เผยแพร่ | 2022-04-23 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Jerome Paulos |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture for ALL Sites", "description": "Enables picture-in-picture mode, even for sites that have disabled it", "version": "1.0", "icons": { "128": "assets\/icon128.png" }, "action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" }, "default_title": "Open Picture-in-Picture" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "manifest_version": 3 } |