floatplane-cinema-mode
Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…
floatplane-cinema-modeคืออะไร?
floatplane-cinema-mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย boz.black และคุณลักษณะหลักของมันคือ "Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย floatplane-cinema-mode
ดาวน์โหลดไฟล์ส่วนขยาย floatplane-cinema-mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the max-width of the video player container to 1920px so that 1080p video is displayed at full resolution. Preference is stored in local storage. I may update this to also apply a semi-opaque layer to the rest of the page for a more immersive viewing experience.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | floatplane-cinema-mode |
ID | illocnfoncohhonnhlpdjafenjndaclo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/floatplane-cinema-mode/illocnfoncohhonnhlpdjafenjndaclo |
คำอธิบาย | Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the… |
ขนาดไฟล์ | 27.89 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2019-10-08 |
วันที่เผยแพร่ | 2019-10-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | boz.black |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mr-black-8/floatplane-cinema-mode |
URL หน้าช่วยเหลือ | https://github.com/mr-black-8/floatplane-cinema-mode |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "floatplane-cinema-mode", "version": "0.2", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/www.floatplane.com\/*", "https:\/\/www.floatplane.com\/*" ], "css": [ "fpcm-style.css" ], "js": [ "jquery.js", "content.js" ] } ] } |