Full browser screen Video Player
Make site's video player fullscreen without going in fullscreen mode.
Full browser screen Video Playerคืออะไร?
Full browser screen Video Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CaptainTeemo และคุณลักษณะหลักของมันคือ "Make site's video player fullscreen without going in fullscreen mode."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full browser screen Video Player
ดาวน์โหลดไฟล์ส่วนขยาย Full browser screen Video Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is not a video player, instead this extension makes the SonyLiv, YouTube and Hotstar Video player to cover the entire screen of the browser without making the browser to go into the fullscreen mode.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Full browser screen Video Player |
ID | dniaackmdeolpebmoijjnijcmiinbchk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/full-browser-screen-video/dniaackmdeolpebmoijjnijcmiinbchk |
คำอธิบาย | Make site's video player fullscreen without going in fullscreen mode. |
ขนาดไฟล์ | 7.17 KB |
จำนวนการติดตั้ง | 657 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2022-09-21 |
วันที่เผยแพร่ | 2019-03-25 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | CaptainTeemo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full browser screen Video Player", "version": "2.0.1", "description": "Make site's video player fullscreen without going in fullscreen mode.", "background": { "service_worker": "background-wrapper.js" }, "action": { "default_icon": "images\/inactive.png", "default_title": "Make Full screen" }, "permissions": [ "scripting", "storage", "declarativeContent" ], "host_permissions": [ "*:\/\/*\/*" ], "manifest_version": 3 } |