Better YouTube on Small Screens

by VittGam

Better YouTube on Small Screens란 무엇입니까?

Better YouTube on Small Screens은(는) VittGam.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "by VittGam"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Better YouTube on Small Screens 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension tries to restore the style of the old (2013) YouTube style, which is better for small (1024x768, and also smaller 16:9 netbook) screens than the new (2014) one. (Also, the old style looks way better than the new one IMHO.)                    

확장 프로그램 기본 정보

이름 Better YouTube on Small Screens Better YouTube on Small Screens
ID icpgpoiikflpniipkfjfnjgajbggmhma
공식 URL https://chromewebstore.google.com/detail/better-youtube-on-small-s/icpgpoiikflpniipkfjfnjgajbggmhma
설명 by VittGam
파일 크기 3.79 KB
설치 횟수 12
현재 버전 1.1
최근 업데이트 2014-11-30
출시 날짜 2014-11-30
평점 3.00/5 총 1 개의 평점
개발자 VittGam.net
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better YouTube on Small Screens",
    "version": "1.1",
    "description": "by VittGam",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/embed\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "manifest_version": 2
}