GPT Anywhere

Get GPT completions on any webpage.

What is GPT Anywhere?

GPT Anywhere is a Chrome extension developed by hotspringsclap, and its main feature is "Get GPT completions on any webpage.".

Extension Screenshots

screenshot
screenshot

Download GPT Anywhere Extension CRX File

Download GPT Anywhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Free OpenAI GPT tool to generate text and input it from any webpage :
1. Save your usual favorite prompts
2. Right-click anywhere on the web
3. Done, GPT is now writing what you want for you

This is ChatGPT at your fingertips.


100% open source. No data collected by the extension.                    

Extension Basic Information

Name GPT Anywhere GPT Anywhere
ID lbbhclbmgmfepdapeapakepecldndpin
Official URL https://chromewebstore.google.com/detail/gpt-anywhere/lbbhclbmgmfepdapeapakepecldndpin
Description Get GPT completions on any webpage.
File Size 159 KB
Installation Count 404
Current Version 1.2.0
Last Updated 2023-04-25
Publish Date 2023-02-20
Rating 5.00/5 Total 5 Ratings
Developer hotspringsclap
Email [email protected]
Payment Type free
Extension Website https://github.com/CheeseDurger/gpt-anywhere
Help Page URL https://github.com/CheeseDurger/gpt-anywhere/issues/new
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT Anywhere",
    "description": "Get GPT completions on any webpage.",
    "version": "1.2.0",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-48px.png",
        "128": "icons\/icon-128px.png"
    },
    "action": {
        "default_title": "Go to this extension's Options to configure your GPT prompts"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/start.js"
            ]
        }
    ]
}