Kill Tweet Stream

Kill Tweet Stream

Save time by hiding the tweet stream on Twitter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Kill Tweet Stream",
  "version": "1.0.2",
  "description": "Save time by hiding the tweet stream on Twitter.",
  "homepage_url": "http://github.com/ungoldman/kill-tweet-stream",
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "css": [
        "kill-tweet-stream.css"
      ]
    }
  ]
}