Remove Twitter For You

Remove Twitter For You

Remove Twitter's "For You" tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Remove Twitter For You",
  "version": "2.0",
  "action": {
    "default_icon": {
      "16": "images/for-you-gone-logo-16.png",
      "32": "images/for-you-gone-logo-32.png",
      "64": "images/for-you-gone-logo-64.png"
    }
  },
  "description": "Remove Twitter's \"For You\" tab",
  "icons": {
    "16": "images/for-you-gone-logo-16.png",
    "32": "images/for-you-gone-logo-32.png",
    "64": "images/for-you-gone-logo-64.png",
    "128": "images/for-you-gone-logo-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://x.com/*"
      ]
    }
  ]
}