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은(는) meVail에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Making your time on YouTube more enjoyable is easy with us!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

YouTube Style - Themes for YouTube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}