PiP Anywhere
Allows activating picture in picture mode from html5 players that block right click
PiP Anywhereคืออะไร?
PiP Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Allows activating picture in picture mode from html5 players that block right click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PiP Anywhere
ดาวน์โหลดไฟล์ส่วนขยาย PiP Anywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Can be used to activate picture in picture mode for html 5 players that dont allow right click
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PiP Anywhere |
ID | lkhcdbmhbdacbjhmdgccgidfifehcjne |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pip-anywhere/lkhcdbmhbdacbjhmdgccgidfifehcjne |
คำอธิบาย | Allows activating picture in picture mode from html5 players that block right click |
ขนาดไฟล์ | 5.14 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2019-01-05 |
วันที่เผยแพร่ | 2019-01-05 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PiP Anywhere", "version": "1.2", "description": "Allows activating picture in picture mode from html5 players that block right click", "manifest_version": 2, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/watch\/*", "https:\/\/tiwi.kiwi\/*", "https:\/\/mp4upload.com\/*", "https:\/\/streamango.com\/*" ], "js": [ "content.js" ], "all_frames": true } ] } |