Color Changer for YouTube
Color Changer for YouTube lets you change your YouTube™ theme to your favorite color!
Color Changer for YouTube란 무엇입니까?
Color Changer for YouTube은(는) http://youtubecolorchanger.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Color Changer for YouTube lets you change your YouTube™ theme to your favorite color!"입니다.
확장 프로그램 스크린샷
Color Changer for YouTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Default search engine in omnibox browser will also be updated to point on our search engine (using bing). If you wish to rollback, just go in chrome settings to restore your favorite search engine. ———————————————— Color Changer for YouTube lets you change your YouTube theme to your favorite color in seconds! Tired of the boring youtube theme? Now you can change the theme to a theme that you like using Color Changer for Youtube. With this Chrome extension, you can easily customize the colors of your theme, including the title / font / text / colors, chat layout, backgrounds, and more and apply YouTube dark mode. Everything from YouTube’s simple and intuitive dashboard. ★ Features of color change for YouTube: ✔️ Over 20 built-in themes ✔️ Easy and simple control panel ✔️ Title / title text color ✔️ Background color ✔️ Font / text color ✔️ Border color ... and more to customize the YouТube interface Watch the video in comfort. Enjoy watching videos on YouTube! If you like Color Changer for YouTube, share it with others. Your positive feedback helps me improve it. Thanks! P.S.:YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. Color Changer for YouTube is not created by, affiliated with, or supported by Google Inc.
확장 프로그램 기본 정보
이름 | |
ID | nbgajjpkheaedahobdmhgkomjkpnnhfn |
공식 URL | https://chrome.google.com/webstore/detail/color-changer-for-youtube/nbgajjpkheaedahobdmhgkomjkpnnhfn |
설명 | Color Changer for YouTube lets you change your YouTube™ theme to your favorite color! |
파일 크기 | 79.99 KB |
설치 횟수 | 20,000 |
현재 버전 | 4.5 |
최근 업데이트 | 2020-06-02 |
출시 날짜 | 2020-06-01 |
평점 | 4.09/5 총 194 개의 평점 |
개발자 | http://youtubecolorchanger.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://youtubecolorchanger.com |
개인정보 보호 정책 페이지 URL | http://telegra.ph/23-07-28 |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "4.5", "icons": { "64": "icon-64.png", "128": "icon-128.png" }, "permissions": [ "storage" ], "chrome_settings_overrides": { "search_provider": { "is_default": true, "name": "Search", "keyword": "smartsearch", "encoding": "UTF-8", "search_url": "http:\/\/youtubecolorchanger.com\/search?q={searchTerms}", "favicon_url": "http:\/\/youtubecolorchanger.com\/favicon.ico" } }, "browser_action": { "default_title": "__MSG_appName__", "default_icon": { "64": "icon-64.png", "128": "icon-128.png" }, "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/*.youtube.com\/*" ], "js": [ ".\/youtube\/youtube.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ " |