ChatGPT folders Firefox

Examine source code of ChatGPT folders

Inspect and view changes in ChatGPT folders source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT folders",
  "description": "Organize your projects in sortable folders inside chatgpt.com.",
  "version": "42.0.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-folders@vielhuber.de",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://*.chatgpt.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://*.chatgpt.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://*.chatgpt.com/*"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}

Best ChatGPT folders Alternatives

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