ChatGPT Enhanced Conversation History

ChatGPT Enhanced Conversation History

Search & Fully Load ChatGPT Conversation History

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ChatGPT Enhanced Conversation History",
  "description": "Search & Fully Load ChatGPT Conversation History",
  "version": "0.0.1",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "19": "img/logo-19.png",
    "38": "img/logo-38.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_icon": "img/logo-48.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-848233a6.2acfd257.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/logo-16.png",
        "img/logo-19.png",
        "img/logo-38.png",
        "img/logo-48.png",
        "img/logo-128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/chunk-848233a6.js"
      ],
      "use_dynamic_url": true
    }
  ]
}