Youtube Resizer

Resize and move your youtube video to make it fit your screen

Youtube Resizer란 무엇입니까?

Youtube Resizer은(는) Jaemin Jo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resize and move your youtube video to make it fit your screen"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Annoyed by unnecessary margins in YouTube videos? You can now resize and move the video to make it fit your screen!

* This extension does not resize the "frame" of YouTube player but resizes the video inside the player.

1. Go to a video page on YouTube.

2. Click the app icon.

3. Set the Resizing switch to "on" and configure settings to make the video fit your screen. You can use the mouse wheel to set the values.

4. The settings are automatically applied to the next video. If you want to turn it off, set the Resizing switch to "off".                    

확장 프로그램 기본 정보

이름 Youtube Resizer Youtube Resizer
ID oeommpagcgphojijlogagaejiiahfnmm
공식 URL https://chromewebstore.google.com/detail/youtube-resizer/oeommpagcgphojijlogagaejiiahfnmm
설명 Resize and move your youtube video to make it fit your screen
파일 크기 69.77 KB
설치 횟수 1,801
현재 버전 0.1.1
최근 업데이트 2015-07-05
출시 날짜 2015-07-04
평점 3.18/5 총 44 개의 평점
개발자 Jaemin Jo
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Resizer",
    "version": "0.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Resize and move your youtube video to make it fit your screen",
    "browser_action": {
        "default_icon": "icon-normal.png",
        "default_title": "Youtube Resizer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}