YouTube Style - Themes for YouTube

Making your time on YouTube more enjoyable is easy with us!

YouTube Style - Themes for YouTubeคืออะไร?

YouTube Style - Themes for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meVail และคุณลักษณะหลักของมันคือ "Making your time on YouTube more enjoyable is easy with us!"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Style - Themes for YouTube

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

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

                        Tired of boring, gray, boring YouTube? Then install this extension!
Here you can diversify the colors of your favorite social media. networks without additional problems.
Create your own theme or use already prepared ones.
For starters, after installing youtube will be exactly the same, but don't despair. Everything's under control.

Click on the extension icon in the upper right corner and choose the color you like!
If you want to be a little more individual, then use a circle from the gradient. When you click on it, a menu with your own setting will appear!
Full description of actions:
* All work takes place on the site youtube.com *
Adds appearance settings:
 Changes the color scheme of the entire site.                    

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

ชื่อ YouTube Style - Themes for YouTube YouTube Style - Themes for YouTube
ID ifmcadkgfhfofgnmmhkegecdhallnhge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-style-themes-for/ifmcadkgfhfofgnmmhkegecdhallnhge
คำอธิบาย Making your time on YouTube more enjoyable is easy with us!
ขนาดไฟล์ 66.85 KB
จำนวนการติดตั้ง 708
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2022-09-07
วันที่เผยแพร่ 2021-08-07
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา meVail
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.0.0.3",
    "offline_enabled": true,
    "browser_action": {
        "default_popup": "view\/palette.html"
    },
    "icons": {
        "128": "i\/131.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/colors.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "storage"
    ]
}