Auto Theater Mode for Youtube

Auto expands youtube videos.

Auto Theater Mode for Youtubeとは何ですか?

Auto Theater Mode for YoutubeはQuiet Devによって開発されたChromeの拡張機能で、その主な機能は「Auto expands youtube videos.」です。

拡張機能のスクリーンショット

screenshot

Auto Theater Mode for Youtube拡張機能のCRXファイルをダウンロード

Auto Theater Mode for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Makes Youtube videos be in theater mode by default.                    

拡張機能の基本情報

名前 Auto Theater Mode for Youtube Auto Theater Mode for Youtube
ID faldmgebjochcokggcfifikdenfekkad
公式URL https://chromewebstore.google.com/detail/auto-theater-mode-for-you/faldmgebjochcokggcfifikdenfekkad
説明 Auto expands youtube videos.
ファイルサイズ 3.8 KB
インストール数 184
現在のバージョン 1.3.0
最終更新日 2021-12-24
公開日 2021-12-16
評価 5.00/5 合計 2 レビュー
開発者 Quiet Dev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "Auto Theater Mode for Youtube.png"
    },
    "manifest_version": 3,
    "name": "Auto Theater Mode for Youtube",
    "short_name": "Auto Theater",
    "description": "Auto expands youtube videos.",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "version": "1.3.0"
}