X Feed Filter Firefox

Examine source code of X Feed Filter

By: Vilius
Inspect and view changes in X Feed Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "X Feed Filter",
  "version": "1.4",
  "description": "Removes 'For You' feed tab and topic suggestions from X.com (Twitter) search results. Locks page scrolling while watching a video in the modal/immersive player.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://x.com/*",
        "*://twitter.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "filter.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "X Feed Filter"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "x-feed-filter@addon",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "109.0"
    }
  }
}

Best X Feed Filter Alternatives

Here are some Firefox add-ons that are similar to X Feed Filter: