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
官方網址 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"
            ]
        }
    ]
}