Prompt Pilot Firefox

Examine source code of Prompt Pilot

Inspect and view changes in Prompt Pilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Prompt Pilot",
  "version": "1.2.0",
  "description": "The Ultimate Prompt Tool for Any AI",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "alarms",
    "https://app.trypromptpilot.com/*",
    "https://trypromptpilot.com/*",
    "https://api.trypromptpilot.com/*",
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://grok.com/*",
    "https://perplexity.ai/*",
    "https://www.perplexity.ai/*"
  ],
  "optional_permissions": [
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Prompt Pilot",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://grok.com/*",
        "https://perplexity.ai/*",
        "https://www.perplexity.ai/*"
      ],
      "js": [
        "content_script.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://app.trypromptpilot.com/*",
        "https://trypromptpilot.com/*"
      ],
      "js": [
        "auth-sync.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "contact@trypromptpilot.com",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Prompt Pilot Alternatives

Here are some Firefox add-ons that are similar to Prompt Pilot: