Web Assistant for AI Firefox

Examine source code of Web Assistant for AI

Inspect and view changes in Web Assistant for AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Assistant for AI",
  "version": "1.2.0",
  "description": "Translate, summarize, analyze pages with ChatGPT & Gemini. Inline DeepL translation, SEO tools, image analysis.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "tabs",
    "clipboardWrite",
    "clipboardRead",
    "<all_urls>",
    "https://api-free.deepl.com/*"
  ],
  "background": {
    "scripts": [
      "js/compat.js",
      "js/background.js"
    ],
    "persistent": false,
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/compat.js",
        "js/vendor/Readability.js",
        "js/contentScript.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://gemini.google.com/*"
      ],
      "js": [
        "js/compat.js",
        "js/aiInjector.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/web-assistant.png",
    "48": "icons/web-assistant.png",
    "128": "icons/web-assistant.png"
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_popup": "html/menu.html",
    "default_icon": "icons/web-assistant.png"
  },
  "sidebar_action": {
    "default_icon": "icons/web-assistant.png",
    "default_panel": "html/sidebar.html",
    "default_title": "Web Assistant for AI",
    "open_at_install": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-web-assistant@hibrahim.com",
      "strict_min_version": "63.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Web Assistant for AI Alternatives

Here are some Firefox add-ons that are similar to Web Assistant for AI: