YTGPT Firefox

Examine source code of YTGPT

Inspect and view changes in YTGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YTGPT",
  "version": "1.0.1",
  "permissions": [
    "storage",
    "*://chat.openai.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "openai.js",
        "content-script.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{eff667cb-a625-41f2-bfa9-77b0dc4ac409}"
    }
  }
}

Best YTGPT Alternatives

Here are some Firefox add-ons that are similar to YTGPT: