Color Swapper for Twitch™
Replace Twich's purple with a color of your own liking.
Wat is Color Swapper for Twitch™?
Color Swapper for Twitch™ is een Chrome-extensie ontwikkeld door nieves.codes, en de belangrijkste functie is "Replace Twich's purple with a color of your own liking.".
Extensie Screenshots
Download het CRX-bestand van de extensie Color Swapper for Twitch™
Download Color Swapper for Twitch™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Color Swapper for Twitch™ |
ID | eebhppjblnbbdkkgpgdhkkmochhbkgnn |
Officiële URL | https://chromewebstore.google.com/detail/color-swapper-for-twitch/eebhppjblnbbdkkgpgdhkkmochhbkgnn |
Beschrijving | Replace Twich's purple with a color of your own liking. |
Bestandsgrootte | 18.85 KB |
Aantal Installaties | 320 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-11-21 |
Publicatiedatum | 2022-11-03 |
Beoordeling | 4.95/5 Totaal 19 Beoordelingen |
Ontwikkelaar | nieves.codes |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/niecogi/ColorSwapperTwitch |
Help Pagina-URL | https://github.com/niecogi/ColorSwapperTwitch/discussions |
Ondersteunde Talen | 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" } } |