ChatGPT Deeplink Firefox

Examine source code of ChatGPT Deeplink

Inspect and view changes in ChatGPT Deeplink source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Deeplink",
  "version": "1.0.3",
  "description": "Allows you to use ChatGPT as a search engine.",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "/img/icon/icon16.png",
      "48": "/img/icon/icon48.png",
      "128": "/img/icon/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4f7a7729-154a-4833-b082-50c47a6fa49f}"
    }
  }
}

Best ChatGPT Deeplink Alternatives

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