Twitch Bigger Font

Twitch Bigger Font

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

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}