no-promoted-tweets

no-promoted-tweets

Removes promoted tweets off the new Twitter client

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "no-promoted-tweets",
  "short_name": "No Promoted Tweets",
  "description": "Removes promoted tweets off the new Twitter client",
  "version": "0.1.2",
  "manifest_version": 2,
  "permissions": [
    "https://twitter.com/*",
    "https://mobile.twitter.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "remove-promoted.js"
      ],
      "matches": [
        "https://twitter.com/*",
        "https://mobile.twitter.com/*"
      ]
    }
  ]
}