Customizer YouTube™

You can customize the theme and colors from YouTube yourself. You can do many more settings

Customizer YouTube™คืออะไร?

Customizer YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย downloadhub.cloud และคุณลักษณะหลักของมันคือ "You can customize the theme and colors from YouTube yourself. You can do many more settings"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Customizer YouTube™

ดาวน์โหลดไฟล์ส่วนขยาย Customizer YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With this extension, users can change the theme and color of youtube, set a background image, add borders, and even block ads on the website.

Some Features:
⭐ allows users to change the color scheme to suit their preferences. Users can choose from pre-built color schemes or create their own.

⭐ Users can set a background image on using this extension There are several options to choose from, or users can upload their own image.

⭐This extension allows users to add borders and Blur. This feature is especially useful for those who want to focus on the video content without any distractions.

⭐ Easily block ads. This feature makes the experience more enjoyable by eliminating annoying ads.

⭐ User-friendly extension that is easy to install and use. It provides several customization options that are easy to access.

================================================
Disclaimer : YouTube is a trademark of YouTube Inc., registered in the U.S. 
and other countries. This is an independent project developed by 
me and has no relationship to YouTube™ or YouTube Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Customizer YouTube™ Customizer YouTube™
ID mimgoikkhagdokhhplnjchjjoclhclbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/customizer-youtube/mimgoikkhagdokhhplnjchjjoclhclbf
คำอธิบาย You can customize the theme and colors from YouTube yourself. You can do many more settings
ขนาดไฟล์ 92.48 KB
จำนวนการติดตั้ง 192
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-04-08
วันที่เผยแพร่ 2023-04-07
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา downloadhub.cloud
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.downloadhub.cloud/
URL หน้าช่วยเหลือ https://www.downloadhub.cloud/2023/04/CustomizerYoutube.html
URL หน้านโยบายความเป็นส่วนตัว https://www.downloadhub.cloud/p/privacy-policy.html
ภาษาที่รองรับ en,en-GB,en-US,es,pt-BR,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "codehemu-content-script.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "host_permissions": [
        "*:\/\/www.youtube.com\/*"
    ],
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/04\/CustomizerYoutube.html",
    "icons": {
        "128": "icon\/128.png",
        "64": "icon\/64.png",
        "48": "icon\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.2",
    "short_name": "Ctube",
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "icon\/*"
            ]
        }
    ]
}