Twitter Font Fix

Twitter Font Fix

Makes the font size same for all tweets on the new Twitter profile pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "icons": {
    "128": "icon128.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "css": [
        "mystyles.css"
      ]
    }
  ],
  "homepage_url": "http://klivk.com/twitter-font-fix"
}