Color Changer for YouTube

Color Changer for YouTube lets you change your YouTube™ theme to your favorite color!

Color Changer for YouTubeとは何ですか?

Color Changer for YouTubeはhttp://youtubecolorchanger.comによって開発されたChromeの拡張機能で、その主な機能は「Color Changer for YouTube lets you change your YouTube™ theme to your favorite color!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Color Changer for YouTube拡張機能のCRXファイルをダウンロード

Color Changer for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Default search engine in omnibox browser will also be updated to point on our search engine (using bing).
If you wish to rollback, just go in chrome settings to restore your favorite search engine.
————————————————
Color Changer for YouTube lets you change your YouTube theme to your favorite color in seconds!
Tired of the boring youtube theme? Now you can change the theme to a theme that you like using Color Changer for Youtube.
With this Chrome extension, you can easily customize the colors of your theme, including the title / font / text / colors, chat layout, backgrounds, and more and apply YouTube dark mode. Everything from YouTube’s simple and intuitive dashboard.

★ Features of color change for YouTube:
✔️ Over 20 built-in themes
✔️ Easy and simple control panel
✔️ Title / title text color
✔️ Background color
✔️ Font / text color
✔️ Border color
... and more to customize the YouТube interface


Watch the video in comfort. Enjoy watching videos on YouTube!

If you like Color Changer for YouTube, share it with others. Your positive feedback helps me improve it. Thanks!



P.S.:YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Color Changer for YouTube is not created by, affiliated with, or supported by Google Inc.                    

拡張機能の基本情報

名前 Color Changer for YouTube Color Changer for YouTube
ID nbgajjpkheaedahobdmhgkomjkpnnhfn
公式URL https://chrome.google.com/webstore/detail/color-changer-for-youtube/nbgajjpkheaedahobdmhgkomjkpnnhfn
説明 Color Changer for YouTube lets you change your YouTube™ theme to your favorite color!
ファイルサイズ 79.99 KB
インストール数 20,000
現在のバージョン 4.5
最終更新日 2020-06-02
公開日 2020-06-01
評価 4.09/5 合計 194 レビュー
開発者 http://youtubecolorchanger.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://youtubecolorchanger.com
プライバシーポリシーページのURL http://telegra.ph/23-07-28
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.5",
    "icons": {
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "is_default": true,
            "name": "Search",
            "keyword": "smartsearch",
            "encoding": "UTF-8",
            "search_url": "http:\/\/youtubecolorchanger.com\/search?q={searchTerms}",
            "favicon_url": "http:\/\/youtubecolorchanger.com\/favicon.ico"
        }
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "64": "icon-64.png",
            "128": "icon-128.png"
        },
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/youtube\/youtube.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/darkify\/darkify.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.mxpnl.com; object-src 'self'"
}