Chat Gpt Long Text Input

A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": "A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.",
  "manifest_version": 3,
  "name": "Chat Gpt Long Text Input",
  "version": "1.1",
  "homepage_url": "https://github.com/NicoleFaye/Chat-Gpt-Long-Text-Input",
  "icons": {
    "48": "icons/Red48.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting"
  ],
  "action": {
    "default_icon": "icons/Red32.png",
    "default_title": "Chat Gpt Long Text Input",
    "default_popup": "popup/ChatGptLongTextInput.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}