YouTube Cinema
Expands cinema mode (click ▭) to display in maximal size.
什麼是YouTube Cinema?
YouTube Cinema是由CheeseFrog開發的Chrome擴展程式,該擴展的主要功能是“Expands cinema mode (click ▭) to display in maximal size.”。
擴展截圖
下載YouTube Cinema擴展crx文件
下載YouTube Cinema擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
No ads or telemetry. Please consider donating (https://paypal.me/auyousef).
擴展基本資訊
名稱 | YouTube Cinema |
ID | fplholpfmfpnhmppbamcakepnegffmhc |
官方網址 | 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]" } } } |