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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace Twich's purple with a color of your own liking."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Color Swapper for Twitch™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |