Twitch Bigger Font

Changes the twitch font to 16px (~115% bigger than default)

What is Twitch Bigger Font?

Twitch Bigger Font is a Chrome extension developed by https://www.scop3scout.webege.com, and its main feature is "Changes the twitch font to 16px (~115% bigger than default)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Twitch Bigger Font Extension CRX File

Download Twitch Bigger Font 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

                        Makes the font bigger, will help if you feel the font is too small, check the pictures for how it looks with the addon! :D

----------------------------------------------------------------

0.3 Update Note - Now info section of channels are also in bigger fonts!

0.2 Update Note - Fixed extension to work with the new Twitch HTTPS update.

----------------------------------------------------------------


REPORT BUGS IN THE ADDON @sCop3SCouT ON twitter.com/sCop3SCouT                    

Extension Basic Information

Name Twitch Bigger Font Twitch Bigger Font
ID heegoibfojikpcppkaodefonfpghflig
Official URL https://chromewebstore.google.com/detail/twitch-bigger-font/heegoibfojikpcppkaodefonfpghflig
Description Changes the twitch font to 16px (~115% bigger than default)
File Size 7.14 KB
Installation Count 109
Current Version 0.3
Last Updated 2016-04-28
Publish Date 2016-04-28
Rating 3.75/5 Total 4 Ratings
Developer https://www.scop3scout.webege.com
Payment Type free
Help Page URL http://twitter.com/sCop3SCouT
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Bigger Font",
    "version": "0.3",
    "description": "Changes the twitch font to 16px (~115% bigger than default)",
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "author": "sCop3SCouT https:\/\/www.twitter.com\/sCop3SCouT",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}