PinFlux - Pin ChatGPT Chats Firefox

Examine source code of PinFlux - Pin ChatGPT Chats

By: Yedidya
Inspect and view changes in PinFlux - Pin ChatGPT Chats source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.2.4",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "64": "icon/64.png",
    "128": "icon/128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "commands",
    "activeTab"
  ],
  "commands": {
    "pin-current-chat": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "__MSG_pinCurrentChatCommand__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pinflux@auxioncore.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "PinFlux",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": false,
    "browser_style": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best PinFlux - Pin ChatGPT Chats Alternatives

Here are some Firefox add-ons that are similar to PinFlux - Pin ChatGPT Chats: