ChatGPT Filter Firefox

Examine source code of ChatGPT Filter

By: Neriva Add-on
Inspect and view changes in ChatGPT Filter 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": "ChatGPT Filter",
  "version": "1.0",
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-filter@neriva.app.es",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/gpt_filter_16px__inactive.png",
    "32": "icons/gpt_filter_32px__inactive.png",
    "48": "icons/gpt_filter_48px__inactive.png",
    "128": "icons/gpt_filter_128px__inactive.png"
  },
  "action": {
    "default_title": "ChatGPT Filter",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/gpt_filter_16px__inactive.png",
      "32": "icons/gpt_filter_32px__inactive.png",
      "48": "icons/gpt_filter_48px__inactive.png",
      "128": "icons/gpt_filter_128px__inactive.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "content-loader.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best ChatGPT Filter Alternatives

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