Theme for Youtube™

Theme for Youtube™

Theme for Youtube™란 무엇입니까?

Theme for Youtube™은(는) http://massinflux.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Theme for Youtube™"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Theme for Youtube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dark Theme for Youtube

NOTE: This extension is deprecated. Youtube has a Dark Theme now.


I made this theme for my own needs, so it will have bugs, but feel free to use it if it fits your style. I'm open to suggestions on improving this extension.

patreon: https://www.patreon.com/patrioticcow

v.0.9.3
  * More UI improvements

v.0.9.2
  * UI improvements

v.0.8.0
  * CSS Overflow fixes

v.0.7.0
  * Minor fixes

v 0.6.9 
  * Initial Release                    

확장 프로그램 기본 정보

이름 Theme for Youtube™ Theme for Youtube™
ID nmelhglmbeikifbiliagmjjngfefemcn
공식 URL https://chrome.google.com/webstore/detail/theme-for-youtube/nmelhglmbeikifbiliagmjjngfefemcn
설명 Theme for Youtube™
파일 크기 46.83 KB
설치 횟수 622
현재 버전 0.9.3
최근 업데이트 2018-05-30
출시 날짜 2018-05-30
평점 3.50/5 총 28 개의 평점
개발자 http://massinflux.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://massinflux.com/
개인정보 보호 정책 페이지 URL http://massinflux.com
지원되는 언어 en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/jquery-1.11.2.min.js",
                "scripts\/contentscript.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "Theme for Youtube\u2122",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhCiROdrchnIvDEMqPoJ8PwnoPUzlG5LYJ5SOtdH2p6QCDmv7hJNPvbXgDPAyP5XwekwcwQAyC33Wry+mK71k1fp+I6V2ITlRvcV2oovzVKAbBnBRG5oVs4zr+0XILL2vjliXhvgX+ij6xfR3KK95ERP2tW82btL9orctLfTLD6Q+M9Nt+XpKzjOwbsU3GGr2e\/GXFTD9To\/4E3rSNNhBe9YH3abt2WvgivSjDXBNNKxsGckgB1M\/cMnBq+nrGmesMTLbTG7E98oKjV6z7QNx9DsytQodMWnAWa09NoaJSGpg4K7L7dl5tq2hlMlv2R+iGxxoENbzOHTb+PyW9nRneQIDAQAB",
    "manifest_version": 2,
    "name": "Theme for Youtube\u2122",
    "permissions": [
        "tabs",
        "management",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.3",
    "web_accessible_resources": [
        "styles\/cusiframe.css",
        "styles\/youtube.css",
        "scripts\/jquery-1.11.2.min.js"
    ]
}