Twitch Contrast

Change Twitch chat contrast

What is Twitch Contrast?

Twitch Contrast is a Chrome extension developed by jphunter.0, and its main feature is "Change Twitch chat contrast".

Extension Screenshots

screenshot

Download Twitch Contrast Extension CRX File

Download Twitch Contrast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The extension will adjust the contrast of Twitch chat so names are easier to read.                    

Extension Basic Information

Name Twitch Contrast Twitch Contrast
ID mppmegdhndjcellnpfoccakohbhkeglg
Official URL https://chromewebstore.google.com/detail/twitch-contrast/mppmegdhndjcellnpfoccakohbhkeglg
Description Change Twitch chat contrast
File Size 4.75 KB
Installation Count 25
Current Version 0.0.3
Last Updated 2017-06-06
Publish Date 2017-06-05
Rating 5.00/5 Total 1 Ratings
Developer jphunter.0
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Contrast",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Change Twitch chat contrast",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Twitch Contrast"
    },
    "permissions": [
        "https:\/\/www.twitch.tv\/*",
        "http:\/\/www.twitch.tv\/*",
        "tabs"
    ]
}