Center'd - Center the new YT

Center the new YouTube layout!

Center'd - Center the new YT란 무엇입니까?

Center'd - Center the new YT은(는) https://www.xboxgamercard.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Center the new YouTube layout!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Center'd - Center the new YT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Does the fact that YouTubes new layout is not centered annoy you? Center the new YouTube layout easily with this extension!

Works best with a 1920 x 1080 screen resolution as thats what it was developed on.

If there are any bugs please write them in the reviews.

** Release Notes **

Version 1.2: Official Release Version
Version 1.3: Fixed Channel Bug
Version 1.4: 1400px and 1280px resolution fixes added. 
Version 1.5: Added https:// support.
Version 1.6: Fixed minor alignment bugs, added support for people with 800px or below resolution.
Version 1.7: Generally neatened up a lot of resolutions, added support for people with a res of 2800 or lower.
Version 1.8: Fixed footer and alerts.
Version 1.9: Fixed inbox header

If you use a different resolution to 1920 x 1080 and you think it's not right, please contact us here and we will fix it:
http://www.xboxgamercard.org/centerd

Even though Google says this extension can access your information on YouTube, we do not access any of your data. None at all. All we do is center the video website :)

Thank you all for using this extension, happy YouTube'n :)                    

확장 프로그램 기본 정보

이름 Center'd - Center the new YT Center'd - Center the new YT
ID kkgjcknlnbcciacdklmnafmfcfjnpcja
공식 URL https://chromewebstore.google.com/detail/centerd-center-the-new-yt/kkgjcknlnbcciacdklmnafmfcfjnpcja
설명 Center the new YouTube layout!
파일 크기 14.68 KB
설치 횟수 4,075
현재 버전 1.9
최근 업데이트 2016-07-22
출시 날짜 2016-07-22
평점 4.13/5 총 86 개의 평점
개발자 https://www.xboxgamercard.org
결제 유형 free
확장 프로그램 웹 사이트 http://www.xboxgamercard.org/centerd
도움말 페이지 URL http://www.xboxgamercard.org/centerd
지원되는 언어 en-GB
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "hack.css"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "hack.js"
            ]
        }
    ],
    "description": "Center the new YouTube layout!",
    "manifest_version": 2,
    "name": "Center'd - Center the new YT",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9"
}