Pop-out Youtube
Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!
Pop-out Youtube란 무엇입니까?
Pop-out Youtube은(는) alcottjake에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!"입니다.
확장 프로그램 스크린샷
Pop-out Youtube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
New features with version 1.0 release! Change log: + auto-pause playing video when extension is pressed + new window resumes on time of previous video + ability to resize windows to presets or custom preset by right clicking on window Ever wanted to watch a Youtube video and have another tab open at the same time? This chrome extension lets you float a YouTube video in a resizeable window so you can blow it up as much as you want and not have to full screen it. Perfect for people who want to watch a video (and just the video) without taking up the whole screen.
확장 프로그램 기본 정보
이름 | Pop-out Youtube |
ID | cljcjhfckminhmagbnkjpcbdjdpkgbei |
공식 URL | https://chromewebstore.google.com/detail/pop-out-youtube/cljcjhfckminhmagbnkjpcbdjdpkgbei |
설명 | Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen! |
파일 크기 | 5.94 KB |
설치 횟수 | 797 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-06-23 |
출시 날짜 | 2018-06-23 |
평점 | 3.64/5 총 14 개의 평점 |
개발자 | alcottjake |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pop-out Youtube", "description": "Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!", "version": "1.0", "commands": { "command": { "suggested_key": { "default": "Ctrl+Shift+5" }, "description": "Toggle feature foo", "global": true } }, "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon38.png", "default_title": "Video Pop-Out" }, "permissions": [ "tabs", "declarativeContent", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "manifest_version": 2 } |