Color Swapper for Twitch™

Replace Twich's purple with a color of your own liking.

O que é Color Swapper for Twitch™?

Color Swapper for Twitch™ é uma extensão do Chrome desenvolvida por nieves.codes, e sua principal característica é "Replace Twich's purple with a color of your own liking.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Color Swapper for Twitch™

Baixe arquivos de extensão Color Swapper for Twitch™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Color Swapper for Twitch™ Color Swapper for Twitch™
ID eebhppjblnbbdkkgpgdhkkmochhbkgnn
URL Oficial https://chromewebstore.google.com/detail/color-swapper-for-twitch/eebhppjblnbbdkkgpgdhkkmochhbkgnn
Descrição Replace Twich's purple with a color of your own liking.
Tamanho do Arquivo 18.85 KB
Contagem de Instalações 320
Versão Atual 1.0.1
Última Atualização 2022-11-21
Data de Publicação 2022-11-03
Classificação 4.95/5 Total de 19 Avaliações
Desenvolvedor nieves.codes
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/niecogi/ColorSwapperTwitch
URL da Página de Ajuda https://github.com/niecogi/ColorSwapperTwitch/discussions
Idiomas Suportados 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"
    }
}