Block Twitter Promoted

Block Twitter Promoted

Block promoted tweets, trends, and, follows, hide more annoying contents, switch to Latest Tweets on Twitter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "0.1.18",
  "default_locale": "en",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "storage",
    "https://twitter.com/",
    "https://mobile.twitter.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://mobile.twitter.com/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "browser_style": true,
    "page": "options/options.html"
  },
  "browser_action": {
    "default_popup": "options/options.html#popup"
  },
  "web_accessible_resources": [
    "page.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}