Ask Ben (Chat GPT) Anything AI

Ask Ben (Chat GPT) Anything AI

Chat GPT Davinci model. Input your API key, enter a question, then Ask Ben. Copy the response or clear the text box.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ask Ben (Chat GPT) Anything AI",
  "description": "Chat GPT Davinci model. Input your API key, enter a question, then Ask Ben. Copy the response or clear the text box.",
  "version": "1.0.8",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "chatgpt.html",
    "default_icon": "hello_extensions.png"
  },
  "host_permissions": [
    "http://localhost:5000/ask_chatgpt/*",
    "https://automarker.herokuapp.com/ask_chatgpt/*",
    "https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js",
    "https://code.jquery.com/jquery-3.5.1.min.js"
  ],
  "content_security_policy": {
    "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'; script-src-elem 'self' 'unsafe-inline' 'wasm-unsafe-eval' https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js*;"
  }
}