FrameTube
Creates a frame of a youtube video.
FrameTube란 무엇입니까?
FrameTube은(는) Pataar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates a frame of a youtube video."입니다.
확장 프로그램 스크린샷
FrameTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Popout your youtube video in a seperate frame. The frame is resizeable and can be placed anywhere on your screen. The frame will also play music videos that are not allowed to be embedded.
확장 프로그램 기본 정보
이름 | FrameTube |
ID | andkmlcecgmdmbjjjdhifnmjphndgmik |
공식 URL | https://chromewebstore.google.com/detail/frametube/andkmlcecgmdmbjjjdhifnmjphndgmik |
설명 | Creates a frame of a youtube video. |
파일 크기 | 17.85 KB |
설치 횟수 | 1,772 |
현재 버전 | 1.0 |
최근 업데이트 | 2013-09-26 |
출시 날짜 | 2013-09-26 |
평점 | 4.50/5 총 14 개의 평점 |
개발자 | Pataar |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FrameTube", "description": "Creates a frame of a youtube video.", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*", "tabs" ], "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon128.png" } } } |