Color Changer for YouTube

Customize the color scheme of youtube.com

Color Changer for YouTube란 무엇입니까?

Color Changer for YouTube은(는) Color Changer for YouTube에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize the color scheme of youtube.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Color Changer for YouTube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Color Changer for YouTube

Customize the color scheme of youtube.com

With Color Changer for Youtube you can customize the design on youtube.com into your favorite colors. Choose from many cool templates or create your own favorite color scheme. 

Disclaimer:
Color Changer for YouTube is in no way affiliated with YouTube or Google. For all data related inquiries please check our privacy policy: 

https://www.colorchanger.net/privacy-policy

Our extension is in a partnership with Adgoal (https://adgoal.de/) and contains their Adgoal script meant for link affiliation. We can receive a reward for sales that happen after users click on affiliate links. You can learn more about the process in Adgoal's privacy policy at https://www.adgoal.de/en/privacy.html. The ads associated with this partnership do not interfere with any third-party website, in-app, or native advertising in any way.                    

확장 프로그램 기본 정보

이름 Color Changer for YouTube Color Changer for YouTube
ID jlhgcomgldfapimdboelilfcipigkgik
공식 URL https://chromewebstore.google.com/detail/color-changer-for-youtube/jlhgcomgldfapimdboelilfcipigkgik
설명 Customize the color scheme of youtube.com
파일 크기 187 KB
설치 횟수 11,135
현재 버전 1.5.4
최근 업데이트 2022-09-18
출시 날짜 2022-04-28
평점 4.31/5 총 229 개의 평점
개발자 Color Changer for YouTube
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.colorchanger.net/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script\/jquery.min.js",
            "script\/background.js",
            "script\/analytics.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "script\/jquery.min.js",
                "script\/themes.js",
                "script\/content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/apis.google.com 'unsafe-eval'; connect-src *; object-src 'self' ",
    "default_locale": "en",
    "description": "__MSG_APP_DESCRIPTION__",
    "icons": {
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_APP_NAME__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "short_name": "__MSG_APP_NAME__",
    "version": "1.5.4"
}