Color Swapper for Twitch™
Replace Twich's purple with a color of your own liking.
Qu'est-ce que Color Swapper for Twitch™ ?
Color Swapper for Twitch™ est une extension Chrome développée par nieves.codes, et sa fonction principale est "Replace Twich's purple with a color of your own liking.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Color Swapper for Twitch™
Téléchargez les fichiers d'extension Color Swapper for Twitch™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Color Swapper for Twitch™ |
ID | eebhppjblnbbdkkgpgdhkkmochhbkgnn |
URL Officiel | https://chromewebstore.google.com/detail/color-swapper-for-twitch/eebhppjblnbbdkkgpgdhkkmochhbkgnn |
Description | Replace Twich's purple with a color of your own liking. |
Taille du Fichier | 18.85 KB |
Nombre d'Installations | 320 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-11-21 |
Date de Publication | 2022-11-03 |
Évaluation | 4.95/5 Total 19 Évaluations |
Développeur | nieves.codes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/niecogi/ColorSwapperTwitch |
URL de la Page d'Aide | https://github.com/niecogi/ColorSwapperTwitch/discussions |
Langues Prises en Charge | 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" } } |