YouTube Inline Fullscreen

Make the most out of your screen space with a single click!

YouTube Inline Fullscreenとは何ですか?

YouTube Inline Fullscreenはdoubleyoustewによって開発されたChromeの拡張機能で、その主な機能は「Make the most out of your screen space with a single click!」です。

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

screenshot
screenshot

YouTube Inline Fullscreen拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension offers a windowed fullscreen mode for YouTube. You can toggle it using the extension icon, the dedicated button inside the YouTube player or by using the shortcut by pressing "w".

You can now also scroll down to the comments and related videos. You can toggle the search bar by pressing "s" while you are in fullscreen mode.

Make YouTube videos responsive. No more wasted space around the content you enjoy.

*Note*: Reload YouTube after installing the extension to have the button appear in the player.                    

拡張機能の基本情報

名前 YouTube Inline Fullscreen YouTube Inline Fullscreen
ID mfpkbigjnlcgngkdbmnchfnenfmibkig
公式URL https://chromewebstore.google.com/detail/youtube-inline-fullscreen/mfpkbigjnlcgngkdbmnchfnenfmibkig
説明 Make the most out of your screen space with a single click!
ファイルサイズ 21.52 KB
インストール数 2,219
現在のバージョン 1.2.7
最終更新日 2023-09-27
公開日 2020-01-23
評価 4.17/5 合計 36 レビュー
開発者 doubleyoustew
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Inline Fullscreen",
    "version": "1.2.7",
    "description": "Make the most out of your screen space with a single click!",
    "icons": {
        "16": "icons\/fullscreen-16.png",
        "48": "icons\/fullscreen-48.png",
        "128": "icons\/fullscreen-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "ytif_style.css"
            ],
            "js": [
                "ytif_content_script.js"
            ]
        }
    ],
    "action": {
        "default_name": "Fullscreen!",
        "default_icon": "icons\/fullscreen-48.png"
    },
    "manifest_version": 3
}