OpenAI Forge Firefox

Examine source code of OpenAI Forge

Inspect and view changes in OpenAI Forge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "OpenAI Forge",
  "description": "OpenAI Forge Browser Extension.",
  "version": "0.3.0",
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "openai-forge-firefox@ivangabriele.com",
      "strict_min_version": "115.0"
    }
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src 'self' http://localhost:4242 ws://localhost:4242; img-src moz-extension:;"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "developer": {
    "name": "Ivan Gabriele",
    "url": "https://www.ivangabriele.com"
  },
  "host_permissions": [
    "https://chat.openai.com/*"
  ],
  "icons": {
    "16": "assets/icons/x16.png",
    "32": "assets/icons/x16.png",
    "48": "assets/icons/x48.png",
    "128": "assets/icons/x128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/icon.svg",
        "assets/icon-dark.svg"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ]
    }
  ]
}

Mejores alternativas OpenAI Forge

Aquí hay algunas Firefox add-ons que son similares a OpenAI Forge: