GPTWEB_by_BenB

Augment your ChatGPT prompts with relevant results from the web.

Cos'è GPTWEB_by_BenB?

GPTWEB_by_BenB è un'estensione di Chrome sviluppata da bittradevid, e la sua funzione principale è "Augment your ChatGPT prompts with relevant results from the web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GPTWEB_by_BenB

Scarica i file di estensione GPTWEB_by_BenB in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Instala esta Aplicación y disfruta de todo el poder de Chat GPT al dia!! dejando atras la limitante de datos hasta 2021 tal y como lo viste en el video de BenjaminB                    

Informazioni di Base sull'Estensione

Nome GPTWEB_by_BenB GPTWEB_by_BenB
ID imbmebocbbpgodpamfcdnocdbpahabfn
URL Ufficiale https://chrome.google.com/webstore/detail/gptwebbybenb/imbmebocbbpgodpamfcdnocdbpahabfn
Descrizione Augment your ChatGPT prompts with relevant results from the web.
Dimensione del File 104 KB
Conteggio Installazioni 88
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-04-06
Data di Pubblicazione 2023-02-16
Sviluppatore bittradevid
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nqpmedia.com/gptweb/
URL della Pagina di Aiuto https://nqpmedia.com/gptweb/
URL della Pagina della Politica sulla Privacy https://nqpmedia.com/politica-de-privacidad
Lingue Supportate de,en,fr,es,it,pt-BR,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "es",
    "version": "1.1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/ddg-webapp-aagd.vercel.app\/*"
    ],
    "background": {
        "service_worker": "background\/bg.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat*"
            ],
            "js": [
                "content-scripts\/mainUI.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true,
        "css": [
            "options\/options.css"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/mainUI.css",
                "icons\/icon48.png"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}