ChatGPT Prompt Library Firefox

Examine source code of ChatGPT Prompt Library

Inspect and view changes in ChatGPT Prompt Library source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Prompt Library",
  "version": "0.2",
  "description": "Built-in prompt manager for ChatGPT — quick, clean, and always at your fingertips.",
  "icons": {
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-prompt-library@jonat.fm"
    }
  }
}

Best ChatGPT Prompt Library Alternatives

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