tweet-hider

tweet-hider

tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "tweet-hider",
  "version": "1.6",
  "description": "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile",
  "content_scripts": [
    {
      "matches": [
        "http://twitter.com/*",
        "https://twitter.com/*"
      ],
      "js": [
        "jquery.js",
        "th.js"
      ]
    }
  ],
  "manifest_version": 2,
  "homepage_url": "http://tweet-hider.ru/",
  "permissions": [
    "http://twitter.com/*",
    "https://twitter.com/*"
  ]
}