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はhttps://webchatgpt.appによって開発されたChromeの拡張機能で、その主な機能は「Augment your ChatGPT prompts with relevant web search results through web browsing.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

WebChatGPT: ChatGPT with internet access拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            }
        ]
    }
}