Xtinct Firefox

Examine source code of Xtinct

Inspect and view changes in Xtinct source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Xtinct",
  "version": "1.0.0",
  "description": "Make AI extinct from your feed. Block AI widgets, chatbots, badges, and generated content across the web.",
  "permissions": [
    "storage",
    "alarms",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    }
  },
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.tiktok.com/*",
        "*://*.instagram.com/*"
      ],
      "js": [
        "content/interceptor.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content/blocker.js"
      ],
      "css": [
        "content/hide-ai.css"
      ],
      "run_at": "document_start"
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ai_network_rules",
        "enabled": true,
        "path": "rules/ai-endpoints.json"
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "xtinct@xtinct.app",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Xtinct Alternatives

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