Reply Better AI Firefox

Examine source code of Reply Better AI

By: Antnan Add-on
Inspect and view changes in Reply Better AI 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": "Reply Better AI",
  "version": "1.6.2",
  "description": "Improve and reply to messages with AI. Run a local model (Ollama/LM Studio) with no key, or bring your own free key.",
  "browser_specific_settings": {
    "gecko": {
      "id": "hi@antnan.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personalCommunications",
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "icons": {
    "512": "icons/icon.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://openrouter.ai/*",
    "https://api.groq.com/*",
    "http://localhost/*",
    "http://127.0.0.1/*"
  ],
  "action": {
    "default_icon": "icons/icon.png",
    "default_title": "Reply Better AI",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}

Best Reply Better AI Alternatives

Here are some Firefox add-ons that are similar to Reply Better AI: