YouPop

Watch video from YouTube on a pop-up window. No ads!

YouPop란 무엇입니까?

YouPop은(는) Fabiano Couto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch video from YouTube on a pop-up window. No ads!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

YouPop 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        If you try to resize youtube window to one smallest size, to make a small view on the side of another window, you will not get. This is a simple solution to do this.

When an youtube video is opened on a pop-up window, you will be able to resize window to any size you want.

You will be able to do this with a click on the button or on the context menu option.

Very simple! No ads!                    

확장 프로그램 기본 정보

이름 YouPop YouPop
ID ecnjlogogbdogbiddlkhleeimcnkeing
공식 URL https://chromewebstore.google.com/detail/youpop/ecnjlogogbdogbiddlkhleeimcnkeing
설명 Watch video from YouTube on a pop-up window. No ads!
파일 크기 199 KB
설치 횟수 556
현재 버전 1.0.0
최근 업데이트 2015-01-28
출시 날짜 2015-01-28
평점 4.00/5 총 8 개의 평점
개발자 Fabiano Couto
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.fabianocouto.com.br/blog/politica-de-privacidade
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouPop",
    "description": "Watch video from YouTube on a pop-up window. No ads!",
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "jscript.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "Watch video on pop-up"
    },
    "icons": {
        "19": "icon_19.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}