Trending Hashtag Hider

Trending Hashtag Hider

Hide the annoying and unnecessary trending hashtag on twitter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Trending Hashtag Hider",
  "version": "0.1.2",
  "description": "Hide the annoying and unnecessary trending hashtag on twitter",
  "icons": {
    "48": "icons/48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "hide.js"
      ]
    }
  ]
}