Color Swapper for Twitch™

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

什麼是Color Swapper for Twitch™?

Color Swapper for Twitch™是由nieves.codes開發的Chrome擴展程式,該擴展的主要功能是“Replace Twich's purple with a color of your own liking.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Color Swapper for Twitch™擴展crx文件

下載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™ Color Swapper for Twitch™
ID eebhppjblnbbdkkgpgdhkkmochhbkgnn
官方網址 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"
    }
}