YouTube Cinema
Expands cinema mode (click ▭) to display in maximal size.
YouTube Cinemaคืออะไร?
YouTube Cinema เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CheeseFrog และคุณลักษณะหลักของมันคือ "Expands cinema mode (click ▭) to display in maximal size."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Cinema
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Cinema ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No ads or telemetry. Please consider donating (https://paypal.me/auyousef).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Cinema |
ID | fplholpfmfpnhmppbamcakepnegffmhc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-cinema/fplholpfmfpnhmppbamcakepnegffmhc |
คำอธิบาย | Expands cinema mode (click ▭) to display in maximal size. |
ขนาดไฟล์ | 13.16 KB |
จำนวนการติดตั้ง | 57 |
เวอร์ชันปัจจุบัน | 1.60 |
อัปเดตครั้งล่าสุด | 2024-01-14 |
วันที่เผยแพร่ | 2022-05-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | CheeseFrog |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Cinema", "version": "1.60", "description": "Expands cinema mode (click \u25ad) to display in maximal size.", "icons": { "48": "icons\/ico48.png", "96": "icons\/ico96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "JS-Styler.js" ] } ], "action": { "default_icon": "icons\/ico96.png", "default_title": "YouTube Cinema", "default_popup": "settings\/options.html" }, "options_ui": { "page": "settings\/options.html" }, "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |