Maximize Your Video

Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…

Maximize Your Videoとは何ですか?

Maximize Your Videoはhttp://html5devs.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…」です。

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

screenshot
screenshot

Maximize Your Video拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the videos would play full screen but still leave the browser address bar visible. This allowed me to easily work on my second monitor without the video closing like when you normally maximize.                    

拡張機能の基本情報

名前 Maximize Your Video Maximize Your Video
ID nnoolcmohdeiebjkjepmpjgmdpidcnpd
公式URL https://chrome.google.com/webstore/detail/maximize-your-video/nnoolcmohdeiebjkjepmpjgmdpidcnpd
説明 Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…
ファイルサイズ 91.1 KB
インストール数 212
現在のバージョン 2.0.0.4
最終更新日 2013-08-01
公開日 2013-08-01
評価 4.19/5 合計 21 レビュー
開発者 http://html5devs.blogspot.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maximize Your Video",
    "permissions": [
        "tabs",
        "http:\/\/www.youtube.com\/*"
    ],
    "version": "2.0.0.4",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icon1.png",
        "name": "Click to maximize in the tab"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "http:\/\/jquery.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "content.js",
                "start.js",
                "off.js"
            ]
        }
    ]
}