YouTube Fuller Theater
A larger tab theater mode for a more immersive viewing experience.
YouTube Fuller Theaterとは何ですか?
YouTube Fuller Theaterはkonglongkanglangによって開発されたChromeの拡張機能で、その主な機能は「A larger tab theater mode for a more immersive viewing experience.」です。
拡張機能のスクリーンショット
YouTube Fuller Theater拡張機能のCRXファイルをダウンロード
YouTube Fuller Theater拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enlarges the theater mode on YouTube to the edges of your tab/window to improve your viewing experience! 拡張機能の基本情報
| 名前 | |
| ID | ajdahhiabpehigbhnbplibcpofihofif |
| 公式URL | https://chromewebstore.google.com/detail/youtube-fuller-theater/ajdahhiabpehigbhnbplibcpofihofif |
| 説明 | A larger tab theater mode for a more immersive viewing experience. |
| ファイルサイズ | 9.61 KB |
| インストール数 | 127 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2023-08-09 |
| 公開日 | 2020-07-19 |
| 評価 | 4.15/5 合計 13 レビュー |
| 開発者 | konglongkanglang |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"description": "A larger tab theater mode for a more immersive viewing experience.",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzqiIDr\/5loFRrlLIAM2zGXuAZnI0+qqblGfWiKTrKgfMr\/\/Um9gsNPPmvFw212Wb9u7ME80K3xbbTro2fkr+IRgfEJN8M3yQ5vhYbftcy9nDHhXtjjoialyGf1WQDJn11Qp3wEkGep0v0pMNESOdfWDAG4gCMCVju3mtkp\/qWAcsLIWXdbz6k03LyG\/YWyBN0dgCGHmCGbzgNrSSweMl5t5vN5BxykCTUUZAM0a69w+qGpoXFoauu1YyggUCw6s40+Zy8xK\/lTug9dQoPdn4rUSdGlkyqrmd8ubU69shaHx1FRE0plKad3NaF3AnQwxEFZ+Zy0WAkAPgAZItlTsJNQIDAQAB",
"manifest_version": 2,
"name": "YouTube Fuller Theater",
"permissions": [],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3"
} | |