No Twitter Moments

No Twitter Moments

Gets rid of the Twitter Moments tab thing on Twitter.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "No Twitter Moments",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Gets rid of the Twitter Moments tab thing on Twitter.com",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}