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.

什么是Ask Ben (Chat GPT) Anything AI?

Ask Ben (Chat GPT) Anything AI是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Chat GPT Davinci model. Input your API key, enter a question, then Ask Ben. Copy the response or clear the text box.”。

扩展截图

screenshot
screenshot

下载Ask Ben (Chat GPT) Anything AI扩展crx文件

下载Ask Ben (Chat GPT) Anything AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a fast to access way to get hold of Chat GPT, without need to go to the webpage and sign in. Ask Ben (chat gpt) anything.

All you need to do is get an OpenAI API key and enter it in the box (this is stored locally only for you) then ask a question and wait for the response. You can then use the copy buttons to copy the response to your clipboard and clear button to clear the text area so you can ask a new question! It will also save your responses locally so you won't loose the last thing you have written. Have fun! 

Buy me a coffee if you like it!

UPDATED 10/06/2023: Added new music button to play relaxing music while you chat gpt and work or study! 
*Added in ask for review.                    

扩展基本信息

名称 Ask Ben (Chat GPT) Anything AI Ask Ben (Chat GPT) Anything AI
ID micfamhmliebmgankfakonbicodppmng
官方URL https://chromewebstore.google.com/detail/ask-ben-chat-gpt-anything/micfamhmliebmgankfakonbicodppmng
简介 Chat GPT Davinci model. Input your API key, enter a question, then Ask Ben. Copy the response or clear the text box.
文件大小 29.11 KB
安装次数 1,868
当前版本 1.0.8
更新时间 2024-01-28
上架时间 2023-02-26
评分 5.00/5 共7次评分
开发者 [email protected]
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://automarker.herokuapp.com/chromeext_privacy
支持的语言 en
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*;"
    }
}