IA Helper - AI Assistant Firefox

Examine source code of IA Helper - AI Assistant

By: Bruno
Inspect and view changes in IA Helper - AI Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "IA Helper",
  "version": "2.2.0",
  "description": "Assistant IA intelligent pour Chrome - Multi-providers (Ollama, OpenAI, Anthropic, Groq...) - 100% configurable",
  "author": "Gohanado",
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "src/background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/content-script.js"
      ],
      "css": [
        "src/content/content-styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "128": "assets/icons/icon128.png"
    },
    "default_title": "IA Helper"
  },
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/results/results.html",
        "src/results/results.css",
        "src/results/results.js",
        "src/chat/chat.html",
        "src/chat/chat.css",
        "src/chat/chat.js",
        "assets/icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ia-helper@badom.ch",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best IA Helper - AI Assistant Alternatives

Here are some Firefox add-ons that are similar to IA Helper - AI Assistant: