Full Window YouTube

Resize YouTube videos to fill the entire browser window.

什麼是Full Window YouTube?

Full Window YouTube是由robbyking開發的Chrome擴展程式,該擴展的主要功能是“Resize YouTube videos to fill the entire browser window. ”。

擴展截圖

screenshot
screenshot

下載Full Window YouTube擴展crx文件

下載Full Window YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Resize YouTube videos to fill the entire browser window.                    

擴展基本資訊

名稱 Full Window YouTube Full Window YouTube
ID ljoihobokkeeobaplgebomjknmchpace
官方網址 https://chrome.google.com/webstore/detail/ljoihobokkeeobaplgebomjknmchpace
簡介 Resize YouTube videos to fill the entire browser window.
檔案大小 22.78 KB
安裝次數 1,188
目前版本 0.1
更新時間 2017-03-02
上架時間 2017-03-02
評分 4.08/5 共 13 次評分
開發者 robbyking
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Window YouTube",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}