YouTube Inline Fullscreen
Make the most out of your screen space with a single click!
什麼是YouTube Inline Fullscreen?
YouTube Inline Fullscreen是由doubleyoustew開發的Chrome擴展程式,該擴展的主要功能是“Make the most out of your screen space with a single click!”。
擴展截圖
下載YouTube Inline Fullscreen擴展crx文件
下載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 |
官方網址 | 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 } |