Tellit - Supercharged ChatGPT Tools

Tellit - Supercharged ChatGPT Tools

Supercharge ChatGPT and generate quality articles, SEO research, blog posts, YouTube scripts, and so much more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Supercharge ChatGPT and generate quality articles, SEO research, blog posts, YouTube scripts, and so much more.",
  "version": "0.0.3",
  "manifest_version": 3,
  "name": "Tellit - Supercharged ChatGPT Tools",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_title": "tellit",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://chat.openai.com/*",
        "*://app.gpt-3.com/*",
        "*://chat.openai.com/*/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "*://*.chat.openai.com/",
    "*://*.tellit.ai/",
    "https://www.tellit.ai/api/auth/session/"
  ]
}