Youtube Colorful Themes

Make youtube colorful with a single click

Youtube Colorful Themes là gì?

Youtube Colorful Themes là một tiện ích mở rộng Chrome được phát triển bởi Wizard_Pekka, và tính năng chính của nó là "Make youtube colorful with a single click".

Ả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 Youtube Colorful Themes

Tải xuống các tệp mở rộng Youtube Colorful Themes 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

                        Change color theme on YouTube™ to any colors you like! Create your own custom color theme
Are you tired of the standard colors of YouTube? Now you have an opportunity to make YouTube more colorful and fun! With our color changer you can create your own fully custom themes for YouTube or you can use our pre picked selection of colorful themes.

In a very simple and easy to use interface you are able to build fresh and bright themes with just a few clicks of your mouse. Header, sidebar and main content window will shine with colors because you can fully customize them and paint them with color pickers unlimited colors. 

Show your mood by creating new YouTube color theme any time you like. Were there you want to see YouTube in dark mode for a night watching videos or fresh and light colored for a day view – its all just a meter of a few seconds and your creativity!
Customize your youtube color with youtube colourful theme.
Features:
all types of color are here also you can customize the color as you like.
How to use:
1.Install the extension on your browser.
2.Open youtube page and click on the extension.
3.Select the color.
And it's done.
Its very simple to use.Just Enjoy.

N.B:-By installing this Chrome extension you accept redirecting you to the links of the affiliate program AliExpress.                    

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

Tên Youtube Colorful Themes Youtube Colorful Themes
ID kppjocagmdpaankmegehmdkcchkhcjil
URL Chính Thức https://chromewebstore.google.com/detail/youtube-colorful-themes/kppjocagmdpaankmegehmdkcchkhcjil
Mô tả Make youtube colorful with a single click
Kích Thước Tệp 193 KB
Số Lần Cài Đặt 1,225
Phiên Bản Hiện Tại 3.19
Cập Nhật Lần Cuối 2023-01-17
Ngày Phát Hành 2021-03-11
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Wizard_Pekka
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/avengerprivacypolicy/home
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Colorful Themes",
    "description": "Make youtube colorful with a single click ",
    "version": "3.19",
    "offline_enabled": true,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/jquery\/jquery.js",
                "inject.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "lib\/jquery\/jquery.js",
                "parent_body.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'",
    "permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.banggood.com\/",
        "*:\/\/*.dhgate.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "*"
    ]
}