Color Swapper for Twitch™
Replace Twich's purple with a color of your own liking.
Color Swapper for Twitch™ là gì?
Color Swapper for Twitch™ là một tiện ích mở rộng Chrome được phát triển bởi nieves.codes, và tính năng chính của nó là "Replace Twich's purple with a color of your own liking.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Color Swapper for Twitch™
Tải xuống các tệp mở rộng Color Swapper for Twitch™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Color Swapper for Twitch™ |
ID | eebhppjblnbbdkkgpgdhkkmochhbkgnn |
URL Chính Thức | https://chromewebstore.google.com/detail/color-swapper-for-twitch/eebhppjblnbbdkkgpgdhkkmochhbkgnn |
Mô tả | Replace Twich's purple with a color of your own liking. |
Kích Thước Tệp | 18.85 KB |
Số Lần Cài Đặt | 320 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-11-21 |
Ngày Phát Hành | 2022-11-03 |
Đánh Giá | 4.95/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | nieves.codes |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/niecogi/ColorSwapperTwitch |
URL Trang Trợ Giúp | https://github.com/niecogi/ColorSwapperTwitch/discussions |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |