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…"입니다.
확장 프로그램 스크린샷
Maximize Your Video 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } ] } |