Gippity Pruner Firefox

Examine source code of Gippity Pruner

Inspect and view changes in Gippity Pruner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gippity Pruner",
  "description": "Improve ChatGPT performance in long conversations, without losing your context!",
  "version": "1.7",
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gippity-pruner@garett",
      "strict_min_version": "109.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*",
        "*://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Gippity Pruner Alternatives

Here are some Firefox add-ons that are similar to Gippity Pruner: