GPT Corrector Firefox

Examine source code of GPT Corrector

Inspect and view changes in GPT Corrector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GPT Corrector",
  "version": "0.0.4",
  "description": "Correct your typing by AI (chatGPT)",
  "icons": {
    "48": "icons/icon_48.png",
    "64": "icons/icon_64.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ee191ec1-3407-451c-95db-2196479bd035}"
    }
  },
  "background": {
    "scripts": [
      "background.js",
      "modules/openAI.js",
      "modules/apiRequest.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best GPT Corrector Alternatives

Here are some Firefox add-ons that are similar to GPT Corrector: