Color Swapper for Twitch™
Replace Twich's purple with a color of your own liking.
Color Swapper for Twitch™란 무엇입니까?
Color Swapper for Twitch™은(는) nieves.codes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace Twich's purple with a color of your own liking."입니다.
확장 프로그램 스크린샷
Color Swapper for Twitch™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Spending all day long on Twitch? Bored of the same purple every time? Is your eye *twitching* because you can't change it? Well… now you can do it! Click the install button, pick a color and get the eye dropper, 'cause you won't stop looking a it. Usage: 1. Download the extension from Chrome's web store 2. Go to twitch.tv 3. Click on the user profile button at the top right of the website. 4. Drag the slider choosing the color of your choice. 5. Enjoy your custom twitch! 😄 More info: - 🎨 36 color themes provided (light & dark mode). - Currently, it can only be changed on the twitch.tv homepage for both light and dark mode, it is not enabled for twitch subpages (creator dashboard, video producer... ). This functionality will be added in future updates. - Source Code: github.com/niecogi/ColorSwapperTwitch
확장 프로그램 기본 정보
이름 | Color Swapper for Twitch™ |
ID | eebhppjblnbbdkkgpgdhkkmochhbkgnn |
공식 URL | https://chromewebstore.google.com/detail/color-swapper-for-twitch/eebhppjblnbbdkkgpgdhkkmochhbkgnn |
설명 | Replace Twich's purple with a color of your own liking. |
파일 크기 | 18.85 KB |
설치 횟수 | 320 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-11-21 |
출시 날짜 | 2022-11-03 |
평점 | 4.95/5 총 19 개의 평점 |
개발자 | nieves.codes |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/niecogi/ColorSwapperTwitch |
도움말 페이지 URL | https://github.com/niecogi/ColorSwapperTwitch/discussions |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Color Swapper for Twitch\u2122", "description": "Replace Twich's purple with a color of your own liking.", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/theme.js" ], "css": [ "css\/hue.css", "css\/theme.css" ] } ], "icons": { "16": "icons\/16px.png", "32": "icons\/32px.png", "48": "icons\/48px.png", "128": "icons\/128px.png" } } |