Color Changer for YouTube

Customize the color scheme of youtube.com

Color Changer for YouTube là gì?

Color Changer for YouTube là một tiện ích mở rộng Chrome được phát triển bởi Color Changer for YouTube, và tính năng chính của nó là "Customize the color scheme of youtube.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Color Changer for YouTube

Tải xuống các tệp mở rộng Color Changer for YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Color Changer for YouTube Color Changer for YouTube
ID jlhgcomgldfapimdboelilfcipigkgik
URL Chính Thức https://chromewebstore.google.com/detail/color-changer-for-youtube/jlhgcomgldfapimdboelilfcipigkgik
Mô tả Customize the color scheme of youtube.com
Kích Thước Tệp 187 KB
Số Lần Cài Đặt 11,135
Phiên Bản Hiện Tại 1.5.4
Cập Nhật Lần Cuối 2022-09-18
Ngày Phát Hành 2022-04-28
Đánh Giá 4.31/5 Tổng số 229 Đánh Giá
Nhà Phát Triển Color Changer for YouTube
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.colorchanger.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}