Pin GPTs - Pin AI Chats and Organize with Folders Firefox

Examine source code of Pin GPTs - Pin AI Chats and Organize with Folders

Inspect and view changes in Pin GPTs - Pin AI Chats and Organize with Folders source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pin GPTs - Pin AI Chats and Folders",
  "description": "Pin your chats and organize them using folders on ChatGPT, Claude, Gemini, DeepSeek and Grok",
  "version": "2.5.0",
  "short_name": "Pin GPTs",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{48b77089-370d-4653-b1e7-da7ff414b868}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "browser_style": false,
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "Pin GPTs",
    "open_at_install": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*"
      ],
      "js": [
        "content-scripts/chatgpt.js"
      ]
    },
    {
      "matches": [
        "*://claude.ai/*"
      ],
      "js": [
        "content-scripts/claude.js"
      ]
    },
    {
      "matches": [
        "*://chat.deepseek.com/*"
      ],
      "js": [
        "content-scripts/deepseek.js"
      ]
    },
    {
      "matches": [
        "*://gemini.google.com/*"
      ],
      "js": [
        "content-scripts/gemini.js"
      ]
    },
    {
      "matches": [
        "*://grok.com/*"
      ],
      "js": [
        "content-scripts/grok.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/chatgpt.css",
    "content-scripts/claude.css",
    "content-scripts/deepseek.css",
    "content-scripts/gemini.css",
    "content-scripts/grok.css"
  ]
}

Best Pin GPTs - Pin AI Chats and Organize with Folders Alternatives

Here are some Firefox add-ons that are similar to Pin GPTs - Pin AI Chats and Organize with Folders: