YouTube Inline Fullscreen
Make the most out of your screen space with a single click!
YouTube Inline Fullscreenคืออะไร?
YouTube Inline Fullscreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย doubleyoustew และคุณลักษณะหลักของมันคือ "Make the most out of your screen space with a single click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Inline Fullscreen
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Inline Fullscreen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension offers a windowed fullscreen mode for YouTube. You can toggle it using the extension icon, the dedicated button inside the YouTube player or by using the shortcut by pressing "w". You can now also scroll down to the comments and related videos. You can toggle the search bar by pressing "s" while you are in fullscreen mode. Make YouTube videos responsive. No more wasted space around the content you enjoy. *Note*: Reload YouTube after installing the extension to have the button appear in the player.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Inline Fullscreen |
ID | mfpkbigjnlcgngkdbmnchfnenfmibkig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-inline-fullscreen/mfpkbigjnlcgngkdbmnchfnenfmibkig |
คำอธิบาย | Make the most out of your screen space with a single click! |
ขนาดไฟล์ | 21.52 KB |
จำนวนการติดตั้ง | 2,219 |
เวอร์ชันปัจจุบัน | 1.2.7 |
อัปเดตครั้งล่าสุด | 2023-09-27 |
วันที่เผยแพร่ | 2020-01-23 |
คะแนน | 4.17/5 รวมทั้งหมด 36 คะแนน |
ผู้พัฒนา | doubleyoustew |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Inline Fullscreen", "version": "1.2.7", "description": "Make the most out of your screen space with a single click!", "icons": { "16": "icons\/fullscreen-16.png", "48": "icons\/fullscreen-48.png", "128": "icons\/fullscreen-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "ytif_style.css" ], "js": [ "ytif_content_script.js" ] } ], "action": { "default_name": "Fullscreen!", "default_icon": "icons\/fullscreen-48.png" }, "manifest_version": 3 } |