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文件

下载Color Changer for YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}