Twitter-guest

Twitter-guest

Hides the bottom blue login bar on Twitter.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Twitter-guest",
  "version": "1.0",
  "description": "Hides the bottom login bar on Twitter.",
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*"
      ],
      "js": [
        "app.js"
      ]
    }
  ]
}