YouTube Video Expander
Embeds the current YouTube video within the entire Chrome window.
YouTube Video Expander란 무엇입니까?
YouTube Video Expander은(는) wilmol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Embeds the current YouTube video within the entire Chrome window."입니다.
확장 프로그램 스크린샷
YouTube Video Expander 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fills the browser with the current YouTube video on click of the extension icon. This is different to the full-screen option which fills the entire monitor. This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc. See the before and after screenshots for an example.
확장 프로그램 기본 정보
이름 | YouTube Video Expander |
ID | mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
공식 URL | https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
설명 | Embeds the current YouTube video within the entire Chrome window. |
파일 크기 | 5.06 KB |
설치 횟수 | 396 |
현재 버전 | 0.0.0.4 |
최근 업데이트 | 2017-04-20 |
출시 날짜 | 2017-04-19 |
평점 | 3.25/5 총 4 개의 평점 |
개발자 | wilmol |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://github.com/wilmol |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Video Expander", "version": "0.0.0.4", "manifest_version": 2, "description": "Embeds the current YouTube video within the entire Chrome window.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "", "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |