AutosugestAI - Auto suggestion for chatbots Firefox

Examine source code of AutosugestAI - Auto suggestion for chatbots

By: HyperNB
Inspect and view changes in AutosugestAI - Auto suggestion for chatbots source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AutoSuggestAI - Auto Suggestions for chatbots",
  "version": "1.0",
  "description": "Auto Suggestions for chatbots currently under beta",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "512": "icons/logo.png"
  },
  "background": {
    "scripts": [
      "worker.js"
    ],
    "service_worker": "worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://chat.openai.com/*",
        "*://gemini.google.com/app*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6c6e2af6-d8f6-4ed8-a518-89c57b500773}",
      "strict_min_version": "109.0"
    }
  }
}

Best AutosugestAI - Auto suggestion for chatbots Alternatives

Here are some Firefox add-ons that are similar to AutosugestAI - Auto suggestion for chatbots: