FlowPilot — Claude Auto Resume Firefox

Examine source code of FlowPilot — Claude Auto Resume

Inspect and view changes in FlowPilot — Claude Auto Resume source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FlowPilot — Claude Auto Resume",
  "version": "1.0.2",
  "description": "Automatically resumes Claude.ai conversations when free message limits hit. Set it once, it handles the rest.",
  "permissions": [
    "alarms",
    "storage",
    "tabs",
    "activeTab"
  ],
  "host_permissions": [
    "https://claude.ai/*"
  ],
  "background": {
    "scripts": [
      "src/background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "src/storage/state-manager.js",
        "src/utils/time-parser.js",
        "src/utils/helpers.js",
        "src/content/limit-detector.js",
        "src/content/completion-detector.js",
        "src/content/resume-engine.js",
        "src/ui/button-injector.js",
        "src/content/content.js"
      ],
      "css": [
        "src/styles/floating-button.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "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"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "https://claude.ai/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "flowpilot-claude-resume@flowpilot.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best FlowPilot — Claude Auto Resume Alternatives

Here are some Firefox add-ons that are similar to FlowPilot — Claude Auto Resume: