WebChatGPT: ChatGPT with internet access

Augment your ChatGPT prompts with relevant web search results through web browsing.

Что такое WebChatGPT: ChatGPT with internet access?

WebChatGPT: ChatGPT with internet access - это расширение Chrome, разработанное https://webchatgpt.app, и его основная функция - "Augment your ChatGPT prompts with relevant web search results through web browsing.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения WebChatGPT: ChatGPT with internet access

Скачайте файлы расширений WebChatGPT: ChatGPT with internet access в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This free extension adds relevant web results to your prompts to ChatGPT for more accurate and up-to-date conversations.

It also provides a free one-click ChatGPT prompt library with hundreds of high-quality prompts that can revolutionize your daily tasks and assist in solving your small business problems with one click.

Furthermore, it includes a useful prompt management tool that allows you to create and utilize your own prompt templates in ChatGPT to speed up repetitive tasks as you work.

----
Key features:

1️⃣ Web access
- Get web results for your queries
- Scrape entire search result pages for full insights
- Extract webpage text from any url

2️⃣ One-click prompts
- One-click ChatGPT prompts library
- Run prompts that perform web searches and live crawling
- Manage your own prompts

3️⃣ Search with AI
- Get AI-powered search answers right beside your search results
- Powered by ChatGPT, Claude, Bard, Bing AI
- Compatible with all popular search platforms

----
Why You Need WebChatGPT:

🌐 Web Browsing

It's similar to the web browsing features rolled out to ChatGPT Plus users by OpenAI, allowing your ChatGPT to access the internet and provide accurate results and source links. However, it's faster, lighter, more controllable, and available to all ChatGPT users - both Free and Plus!

For ChatGPT Plus users, you can't always be sure if GPT-4 with browsing will return the results from the article you want to work on or the results of a repetitive crawl of an irrelevant set of pages, depending on its decisions. WebChatGPT gives you complete control over what gets included in your prompts.

Moreover, it works perfectly well with GPT-3.5, enabling ChatGPT Plus users to reserve the highly limited GPT-4 usage by using WebChatGPT for browsing.

✨ One-Click ChatGPT Prompts

Revolutionize your everyday tasks with One-Click ChatGPT Prompts.

Turn hours-long tasks into minutes using our expanding collection of prompts for marketing, sales, copywriting, operations, productivity, and customer support prompts.

🗂️ Prompt Management

Easily add and use your own prompts for ChatGPT to expedite your daily repetitive tasks and supercharge your work productivity.

----
Support:

💬 Join our Discord server for support and discussions: https://discord.gg/hjvAtVNtHa

----
ℹ️ FAQ (Frequently Asked Questions):

🤔 Why is the extension asking for access to all websites permission?
👉 The extension requires access to all websites because there is no backend server to process web requests, and everything happens locally in the browser. There are two modes: web searching, and extracting webpage text from URLs. Web searching requires access to the search engine, while URL text extraction requires access to any website. This is why the access to all websites permission is required.

🤔 The extension does not work, the toolbar does not show up. What can I do?
👉 Some other ChatGPT extensions are known to interfere with WebChatGPT. We're trying to increase compatibility with other extensions. Meanwhile, if you are experiencing issues with the toolbar not showing up, please try disabling any other ChatGPT extensions that you have installed and reloading the page. If you continue to experience issues, feel free to reach out to us on our Discord server for assistance – https://discord.gg/nmCjvyVpnB.

----
New features coming soon:

- Support all popular search engines like Google, Bing, DuckDuckGo, Yahoo! Search, and more
- Conversational web browsing that knows when and how to browse the internet to answer questions about recent topics and events
- Better prompts for ChatGPT Plus Plugins                    

Основная информация о расширении

Название WebChatGPT: ChatGPT with internet access WebChatGPT: ChatGPT with internet access
ID lpfemeioodjbpieminkklglpmhlngfcn
Официальный URL https://chromewebstore.google.com/detail/webchatgpt-chatgpt-with-i/lpfemeioodjbpieminkklglpmhlngfcn
Описание Augment your ChatGPT prompts with relevant web search results through web browsing.
Размер файла 2.48 MB
Количество установок 1,695,797
Текущая Версия 4.1.27
Последнее Обновление 2024-02-28
Дата публикации 2022-12-07
Рейтинг 4.30/5 Всего 2537 оценок
Разработчик https://webchatgpt.app
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.webchatgpt.app/
URL страницы помощи https://discord.gg/hjvAtVNtHa
URL страницы политики конфиденциальности https://webchatgpt.app/privacy
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "__MSG_sn__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "4.1.27",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background\/bg.js",
        "type": "module"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/claude.ai\/*",
                "https:\/\/bard.google.com\/*",
                "https:\/\/gemini.google.com\/*"
            ],
            "js": [
                "import_mainUI.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.maxai.me\/*"
            ],
            "js": [
                "import_authClient.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "import_theSearchItem.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "import_searchWithAI.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "import_requesterInject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/404"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "import_contentArkoseTokenIframe.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "pages\/options\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "contentScripts\/*",
                "chunks\/*.js",
                "i18n\/locales\/*",
                "assets\/*",
                "pages\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "toggle-web-access": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "__MSG_toggleWebAccess__"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_bing",
                "enabled": true,
                "path": "rules\/bing.json"
            }
        ]
    }
}