PIN Lock for ChatGPT Session Firefox

Examine source code of PIN Lock for ChatGPT Session

By: Dasold Add-on
Inspect and view changes in PIN Lock for ChatGPT Session source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "icons/locked-16.png",
    "32": "icons/locked-32.png",
    "48": "icons/locked-48.png",
    "96": "icons/locked-96.png",
    "128": "icons/locked-128.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://www.chatgpt.com/*"
      ],
      "js": [
        "i18n.js",
        "lock.js"
      ],
      "css": [
        "lock.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/locked-16.png",
      "32": "icons/locked-32.png",
      "48": "icons/locked-48.png",
      "96": "icons/locked-96.png",
      "128": "icons/locked-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-pin-lock-session@example.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best PIN Lock for ChatGPT Session Alternatives

Here are some Firefox add-ons that are similar to PIN Lock for ChatGPT Session: