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
官方網址 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"
            }
        ]
    }
}