Prompt LLM Firefox

Examine source code of Prompt LLM

Inspect and view changes in Prompt LLM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Prompt LLM",
  "version": "1.0",
  "icons": {
    "48": "assets/icon.png",
    "96": "assets/icon.png"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "https://api.openai.com/*",
    "https://api.anthropic.com/*",
    "https://api.mistral.ai/*"
  ],
  "background": {
    "scripts": [
      "src/scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/scripts/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_popup": "src/views/popup.html",
    "default_title": "Prompt LLM",
    "default_icon": {
      "48": "assets/icon.png",
      "96": "assets/icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "prompt-llm-moz-ext@yilmazhasan",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Prompt LLM Alternatives

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