AI Anywhere for ChatGPT Firefox

Examine source code of AI Anywhere for ChatGPT

Inspect and view changes in AI Anywhere for ChatGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "5.5",
  "author": "Juraj Mäsiar",
  "default_locale": "en",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_desc__",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "background_ai.worker.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "128": "128.png"
    },
    "default_popup": "popup/popup.html?popup=true",
    "default_area": "navbar"
  },
  "options_ui": {
    "page": "popup/popup.html",
    "open_in_tab": true
  },
  "commands": {
    "open_ai": {
      "suggested_key": {
        "default": "Alt+I"
      },
      "description": "Open modal window."
    },
    "ai_action_1": {
      "suggested_key": {
        "default": "Alt+1"
      },
      "description": "AI Action 1"
    },
    "ai_action_2": {
      "suggested_key": {
        "default": "Alt+2"
      },
      "description": "AI Action 2"
    },
    "ai_action_3": {
      "suggested_key": {
        "default": "Alt+3"
      },
      "description": "AI Action 3"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.chatgpt.com/*"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "js": [
        "content_scripts/ai.cs.js"
      ]
    }
  ],
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "scripting",
    "declarativeNetRequestWithHostAccess",
    "*://*.chatgpt.com/*"
  ],
  "optional_permissions": [
    "*://*.github.com/*",
    "*://*.grok.com/*",
    "*://*.artifacts.grokusercontent.com/*",
    "*://*.perplexity.ai/*",
    "*://*.lumo.proton.me/*",
    "*://*.chat.mistral.ai/*",
    "*://*.chat.deepseek.com/*",
    "*://*.gemini.google.com/*",
    "*://*.t3.chat/*",
    "*://*.claude.ai/*",
    "browsingData"
  ],
  "web_accessible_resources": [
    "popup/popup.css",
    "popup/popup.html",
    "popup/popup.js",
    "utils/svg/resize-corner.svg",
    "128.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "admin@fastaddons.com_AI",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "140.0"
    }
  }
}

Best AI Anywhere for ChatGPT Alternatives

Here are some Firefox add-ons that are similar to AI Anywhere for ChatGPT: