Window Expander For YouTube

Expands the YouTube Video to fill your entire web browser Window.

Window Expander For YouTube란 무엇입니까?

Window Expander For YouTube은(는) https://conzar.freewebhost.co.nz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Expands the YouTube Video to fill your entire web browser Window."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Window Expander For YouTube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Window Expander for YouTube maximizes YouTube videos in the web browser eliminating all white space and other texts. This is different then the fullscreen button in that it does not change the size of the actual browser window, it just fills the window with video.  This is particularly useful for multiple monitor setups.

Version 2.3 adds support for HTML5.  Note, the features such as setting resolution currently do not work with HTML5 videos; however, expanding and minimizing does work.

Version 2.2 removes a popup when the resolution of the video could not be found.  Its a result of my debugging a previous problem.

Version 2.1 added support for https.

Version 2.0 fixed the quality not being set properly on expanded windows bug.

Version 1.7 new features: you can now set a preferred quality level for YouTube Videos.  The options include small, medium, large, 720p, and 1080p.                    

확장 프로그램 기본 정보

이름 Window Expander For YouTube Window Expander For YouTube
ID fkpaakpeehepibjpdmoocdaonognfiog
공식 URL https://chromewebstore.google.com/detail/window-expander-for-youtu/fkpaakpeehepibjpdmoocdaonognfiog
설명 Expands the YouTube Video to fill your entire web browser Window.
파일 크기 179 KB
설치 횟수 27,310
현재 버전 2.3
최근 업데이트 2014-06-21
출시 날짜 2014-06-21
평점 4.02/5 총 413 개의 평점
개발자 https://conzar.freewebhost.co.nz
결제 유형 free
확장 프로그램 웹 사이트 http://sourceforge.net/projects/windowexpander/
도움말 페이지 URL http://sourceforge.net/projects/windowexpander/forums/forum/1186898
지원되는 언어 en
manifest.json
{
    "page_action": {
        "default_icon": "YouTubeWindowExpander_25x25.png"
    },
    "web_accessible_resources": [
        "resolution.js"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Expands the YouTube Video to fill your entire web browser Window.",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "name": "Window Expander For YouTube",
    "permissions": [
        "tabs",
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "options_page": "options.html",
    "icons": {
        "48": "YouTubeWindowExpander_48x48.png",
        "128": "YouTubeWindowExpander_128x128.png",
        "16": "YouTubeWindowExpander_16x16.png"
    },
    "manifest_version": 2,
    "version": "2.3"
}