Color Swapper for Twitch™
Replace Twich's purple with a color of your own liking.
Color Swapper for Twitch™คืออะไร?
Color Swapper for Twitch™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nieves.codes และคุณลักษณะหลักของมันคือ "Replace Twich's purple with a color of your own liking."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color Swapper for Twitch™
ดาวน์โหลดไฟล์ส่วนขยาย Color Swapper for Twitch™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |