DisinfaX Firefox

Examine source code of DisinfaX

Inspect and view changes in DisinfaX source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DisinfaX",
  "description": "Identifies and highlights disinformation in tweets using fast and intelligent research.",
  "version": "1.0.2",
  "icons": {
    "16": "icon/16-gray.png",
    "32": "icon/32-gray.png",
    "48": "icon/48-gray.png",
    "96": "icon/96-gray.png",
    "128": "icon/128-gray.png"
  },
  "default_locale": "en",
  "web_accessible_resources": [
    "_locales/*/messages.json"
  ],
  "permissions": [
    "identity",
    "storage",
    "alarms"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "disinfax@disinfax.app",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "authenticationInfo",
          "websiteContent"
        ]
      }
    }
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "DisinfaX",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://x.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/capture.js"
      ],
      "world": "MAIN"
    },
    {
      "matches": [
        "*://x.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/relay.js"
      ]
    }
  ]
}

Best DisinfaX Alternatives

Here are some Firefox add-ons that are similar to DisinfaX: