Youtube Full Screen(unrestricted)

This extension lets you play youtube video in full browser window. Updated to fix new change

什麼是Youtube Full Screen(unrestricted)?

Youtube Full Screen(unrestricted)是由pawanth開發的Chrome擴展程式,該擴展的主要功能是“This extension lets you play youtube video in full browser window. Updated to fix new change”。

擴展截圖

下載Youtube Full Screen(unrestricted)擴展crx文件

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

擴展使用說明

                        ***NEW***
  Updated to fix new change in youtube, causing file download
*********

Youtube Full Screen(unrestricted), chrome extension, lets users play youtube video in full browser window.
It gives users full screen view with advantage of switching between tabs or another applications.  

With this extension user can view restricted videos ( with few exceptions) without logging in to youtube.                    

擴展基本資訊

名稱 Youtube Full Screen(unrestricted) Youtube Full Screen(unrestricted)
ID ahhpplghjcmkafbdckegaaolclopkbad
官方網址 https://chrome.google.com/webstore/detail/youtube-full-screenunrest/ahhpplghjcmkafbdckegaaolclopkbad
簡介 This extension lets you play youtube video in full browser window. Updated to fix new change
檔案大小 11.62 KB
安裝次數 439
目前版本 0.2
更新時間 2017-03-03
上架時間 2017-03-03
評分 3.06/5 共 17 次評分
開發者 pawanth
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Full Screen(unrestricted)",
    "description": "This extension lets you play youtube video in full browser window. Updated to fix new change",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Youtube full screen"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}