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). 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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]"
}
}
} | |