ChatGPT Message Compressor Firefox

Examine source code of ChatGPT Message Compressor

Inspect and view changes in ChatGPT Message Compressor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Message Compressor",
  "version": "1.0.2",
  "description": "Compress long ChatGPT conversations by rendering fewer older messages, with a 3-day free trial and lifetime unlock.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://compressor.spegal.dev/*"
  ],
  "background": {
    "scripts": [
      "src/background/service-worker.js"
    ],
    "service_worker": "src/background/service-worker.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "src/page/inject-page-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "src/page/main-world.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "src/content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_title": "ChatGPT Message Compressor",
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "src/icons/icon16.png",
      "32": "src/icons/icon32.png",
      "48": "src/icons/icon48.png",
      "128": "src/icons/icon128.png",
      "512": "src/icons/icon512.png"
    }
  },
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "src/icons/icon16.png",
    "32": "src/icons/icon32.png",
    "48": "src/icons/icon48.png",
    "128": "src/icons/icon128.png",
    "512": "src/icons/icon512.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/icons/icon16.png",
        "src/icons/icon32.png",
        "src/icons/icon48.png",
        "src/icons/icon128.png",
        "src/icons/icon256.png",
        "src/icons/icon512.png"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-message-compressor@spegal.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "authenticationInfo"
        ]
      }
    }
  }
}

Melhores alternativas ChatGPT Message Compressor

Aqui estão algumas Firefox add-ons que são similares a ChatGPT Message Compressor: