ThreadPilot —ReplyGuy Firefox

Examine source code of ThreadPilot —ReplyGuy

By: grymmr
Inspect and view changes in ThreadPilot —ReplyGuy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ThreadPilot — AI Tweet Reply Assistant",
  "short_name": "ThreadPilot",
  "version": "2.0.2",
  "description": "Generate sharp, on-brand tweet replies using your local AI model (LM Studio, Ollama, or OpenClaw). 100% private. No API keys. No cloud.",
  "author": "davalkyn",
  "homepage_url": "https://github.com/davalkyn/ThreadPilot",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://x.com/*",
    "https://twitter.com/*",
    "http://localhost:1234/*",
    "http://localhost:11434/*",
    "http://localhost:18789/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://x.com/*",
        "https://twitter.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "ThreadPilot — AI Tweet Replies",
    "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"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "minimum_chrome_version": "116",
  "browser_specific_settings": {
    "gecko": {
      "id": "threadpilot@davalkyn.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  }
}

Best ThreadPilot —ReplyGuy Alternatives

Here are some Firefox add-ons that are similar to ThreadPilot —ReplyGuy: