Make X Great Again Firefox

Examine source code of Make X Great Again

By: luolei Add-on
Inspect and view changes in Make X Great Again source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "x-spam-sentinel",
  "description": "Passive AI spam / porn-bot detection for X. Public-good, open source.",
  "version": "0.4.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_title": "MXGA",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "x-spam-sentinel@zuoluo.tv",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/x-graphql-main.js"
      ],
      "world": "MAIN"
    }
  ]
}

Best Make X Great Again Alternatives

Here are some Firefox add-ons that are similar to Make X Great Again: