YouTube Windowed Fullscreen

This extension allows you to play YouTube videos fullscreen within your browser's window.

YouTube Windowed Fullscreenとは何ですか?

YouTube Windowed Fullscreenはfredrikgjellesvikによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to play YouTube videos fullscreen within your browser's window.」です。

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

screenshot

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

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

拡張機能の使用方法

                        When watching a video on YouTube, using this extension will play the video full screen within the browser's window.                    

拡張機能の基本情報

名前 YouTube Windowed Fullscreen YouTube Windowed Fullscreen
ID iegaemeenabaiacgfdhjepmamefkejgm
公式URL https://chromewebstore.google.com/detail/youtube-windowed-fullscre/iegaemeenabaiacgfdhjepmamefkejgm
説明 This extension allows you to play YouTube videos fullscreen within your browser's window.
ファイルサイズ 5.42 KB
インストール数 196
現在のバージョン 1.0
最終更新日 2016-10-11
公開日 2016-10-10
評価 2.60/5 合計 5 レビュー
開発者 fredrikgjellesvik
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Windowed Fullscreen",
    "description": "This extension allows you to play YouTube videos fullscreen within your browser's window.",
    "version": "1.0",
    "icons": {
        "48": "48icon.png",
        "128": "128icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "addressChange.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}