ChatGPT Queue + Optimizer Firefox

Examine source code of ChatGPT Queue + Optimizer

By: Mars Add-on
Inspect and view changes in ChatGPT Queue + Optimizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Queue + Optimizer",
  "description": "Automate ChatGPT prompts with prompt chains, queues, and ChatGPT performance optimization.",
  "version": "1.0.6",
  "offline_enabled": true,
  "browser_action": {
    "default_title": "ChatGPT Queue + Optimizer",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon_16.png",
      "48": "icon_48.png",
      "128": "icon_128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "commands": {
    "toggle-optimizer": {
      "description": "Toggle optimizer on/off",
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      }
    }
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "alarms",
    "clipboardRead",
    "clipboardWrite",
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "scripting",
    "storage",
    "tabs"
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "web_accessible_resources": [
    "icon_16.png",
    "icon_48.png",
    "icon_128.png",
    "popup.html",
    "popup.js",
    "styles.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-queue-optimizer@marsluay.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best ChatGPT Queue + Optimizer Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Queue + Optimizer: