BetterTheatre
With this extension you can enjoy a full size theatre mode on youtube.
BetterTheatreとは何ですか?
BetterTheatreはPaolo Bassoによって開発されたChromeの拡張機能で、その主な機能は「With this extension you can enjoy a full size theatre mode on youtube.」です。
拡張機能のスクリーンショット
BetterTheatre拡張機能のCRXファイルをダウンロード
BetterTheatre拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode. 拡張機能の基本情報
| 名前 | |
| ID | bbncinkmcfkhjbnebkbhoefiecdenmkh |
| 公式URL | https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh |
| 説明 | With this extension you can enjoy a full size theatre mode on youtube. |
| ファイルサイズ | 18.82 KB |
| インストール数 | 797 |
| 現在のバージョン | 1.11.0 |
| 最終更新日 | 2023-09-05 |
| 公開日 | 2018-10-14 |
| 評価 | 4.55/5 合計 33 レビュー |
| 開発者 | Paolo Basso |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/paolobasso99/BetterTheatre/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "BetterTheatre",
"description": "With this extension you can enjoy a full size theatre mode on youtube.",
"version": "1.11.0",
"author": "Paolo Basso",
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"css": [
"css\/BetterTheatre.css"
]
}
],
"icons": {
"16": "assets\/BT_icon16.png",
"48": "assets\/BT_icon48.png",
"128": "assets\/BT_icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"css\/BetterTheatre.css"
],
"matches": [
"*:\/\/www.youtube.com\/*"
]
}
]
} | |