Pinned ChatGPT Firefox

Examine source code of Pinned ChatGPT

By: ChatGPT
Inspect and view changes in Pinned ChatGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "pinned.js",
        "chat.js",
        "pin.js"
      ]
    }
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+C"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{61e4fefc-55aa-4996-9b2f-922d5806720a}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "92.0"
    }
  },
  "description": "Open the pinned ChatGPT tab. If none is available, a new one will be created.",
  "icons": {
    "48": "img/logo.png",
    "64": "img/logo.png"
  },
  "background": {
    "scripts": [
      "pinned-query.js",
      "ensure.js",
      "pinned-handler.js",
      "drop.js",
      "pinned-events.js",
      "receive.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "version": "1.0.3",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "32": "img/logo.png"
    },
    "default_title": "Pinned",
    "default_area": "navbar"
  },
  "name": "Pinned ChatGPT"
}

Best Pinned ChatGPT Alternatives

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