Chrome Video Pop-out
Use chrome pop-out player without using the context menu even on Twitch
Chrome Video Pop-out란 무엇입니까?
Chrome Video Pop-out은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use chrome pop-out player without using the context menu even on Twitch"입니다.
확장 프로그램 스크린샷
Chrome Video Pop-out 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome extension to pop-out any video element on your current viewed browser tab. Uses the native pop-out feature of Chrome found in the context menu when right-clicking videos. Some websites won't allow this context menu entry (or need to open a second context menu) as they are using custom menus or have separate layers above the video element. This extension makes stuff work easily even on sites like YouTube or Twitch.
확장 프로그램 기본 정보
이름 | Chrome Video Pop-out |
ID | jcgacckndmapfdcccebjlhglchkbfkjk |
공식 URL | https://chromewebstore.google.com/detail/chrome-video-pop-out/jcgacckndmapfdcccebjlhglchkbfkjk |
설명 | Use chrome pop-out player without using the context menu even on Twitch |
파일 크기 | 279 KB |
설치 횟수 | 7,197 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-03-18 |
출시 날짜 | 2019-03-18 |
평점 | 4.36/5 총 11 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Noki77/chrome-popout |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Video Pop-out", "version": "1.1", "description": "Use chrome pop-out player without using the context menu even on Twitch", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "assets\/icon\/icon-16.png", "32": "assets\/icon\/icon-32.png", "48": "assets\/icon\/icon-48.png", "128": "assets\/icon\/icon-128.png" } }, "icons": { "16": "assets\/icon\/icon-16.png", "32": "assets\/icon\/icon-32.png", "48": "assets\/icon\/icon-48.png", "128": "assets\/icon\/icon-128.png" }, "manifest_version": 2 } |