Customize YouTube Theme

Change the design of the YouTube with one click, and also customize it.

Customize YouTube Themeคืออะไร?

Customize YouTube Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cusmize.com และคุณลักษณะหลักของมันคือ "Change the design of the YouTube with one click, and also customize it."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Change your YouTube Player skin to a custom one from a fun collection. Make your YouTube player amazing!
Make Youtube player more funny and beautiful!

Do you like to watch clips and reels on YouTube, but are you already tired of this boring, standard interface of the YouTube service?
We have good news! We made sure that you can do whatever you want with this boring YouTube interface!
Everything will be exactly as you see fit. It is you who chooses what the appearance of your YouTube should be.
Different skins, colors, themes, styles, memes, all the most relevant and coolest today,
and all this for any taste in just a couple of clicks.
You can change such control elements as: progress bar, play buttons, next video, stop, open to full screen and everything you want.
Convenient settings, convenient management will not leave you indifferent, and your YouTuber will look much more cheerful.
All you need is to install our application and get high from the buns we created for you!
Install and start a new life for your YouTube! It should be more interesting and brighter!
Our app is exactly what you've been waiting for and what the YouTube interface needs to improve!

Choose a player theme from our large collection and it will work for all YouTube videos.

The extension offers a fun theme instead of the classic YouTube player theme.                    

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

ชื่อ Customize YouTube Theme Customize YouTube Theme
ID eklbjbpokknnefdfmgbocfoliapikjeh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/customize-youtube-theme/eklbjbpokknnefdfmgbocfoliapikjeh
คำอธิบาย Change the design of the YouTube with one click, and also customize it.
ขนาดไฟล์ 3 MB
จำนวนการติดตั้ง 497
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2023-06-08
วันที่เผยแพร่ 2022-08-22
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://cusmize.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://youtube-customizer.com/
URL หน้าช่วยเหลือ https://youtube-customizer.com/support
URL หน้านโยบายความเป็นส่วนตัว https://youtube-customizer.com/privacy.html
ภาษาที่รองรับ 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
{
    "action": {
        "default_icon": {
            "128": "\/assets\/icons\/icon-128.png",
            "192": "\/assets\/icons\/icon-192.png",
            "256": "\/assets\/icons\/icon-256.png",
            "32": "\/assets\/icons\/icon-32.png",
            "64": "\/assets\/icons\/icon-64.png",
            "96": "\/assets\/icons\/icon-96.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "style.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube-customizer.com\/*",
                "*:\/\/*.cusmize.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube-customizer.com\/*",
            "*:\/\/*.cusmize.com\/*"
        ]
    },
    "icons": {
        "128": "\/assets\/icons\/icon-128.png",
        "192": "\/assets\/icons\/icon-192.png",
        "256": "\/assets\/icons\/icon-256.png",
        "32": "\/assets\/icons\/icon-32.png",
        "64": "\/assets\/icons\/icon-64.png",
        "96": "\/assets\/icons\/icon-96.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyZyzApBaD7TAtV5TfcsrFIi++9D6LYd1XualTWfcNVqMLz3jdWWrg1FC7w+mVYT3ett7EWzsBpzjFQmNKwkU1401F\/n4Wkk4WoPlhWwI9DP578RFAPKCRJBCU\/\/jlLe0k4n55FF6HsZA6uFJ5thiTGxcH4gX7mB+yUVmQrFhG\/q4UAvt2HRL9foSR4DhmSyk+ecANxShLqBk8GQ7wMUCeN0uzHMSe9k7QtBVpCbA7eP1adDpsts7SBHBi5LNtdUHyrSC3bS2aCRA4SD05rHk3xcUynZ3+6g3TL7NbIrC4GlFVpPvt\/yo+DWIEmCUx46T+T40\/AHhZz0HWwniUB6qxwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "index.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.8",
    "version_name": "1.1.8",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "*.*",
                "\/images\/*.*",
                "\/assets\/*.*"
            ]
        }
    ]
}