ChatGPT Prompt Folder Firefox

Examine source code of ChatGPT Prompt Folder

By: Ranork
Inspect and view changes in ChatGPT Prompt Folder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ChatGPT Prompt Folder",
  "description": "A Folder to save your ChatGPT Prompts and easy to use them again and again.",
  "version": "1.2",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "scripting",
    "clipboardWrite",
    "unlimitedStorage",
    "activeTab"
  ],
  "host_permissions": [
    "https://x.com/*",
    "https://twitter.com/*"
  ],
  "icons": {
    "128": "logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "src/content.js"
      ],
      "css": [
        "src/styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0e6235d9-d5e3-4d00-9fbd-48e9e99b66bf}"
    }
  }
}

Best ChatGPT Prompt Folder Alternatives

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