GPTWEB_by_BenB

Augment your ChatGPT prompts with relevant results from the web.

GPTWEB_by_BenB là gì?

GPTWEB_by_BenB là một tiện ích mở rộng Chrome được phát triển bởi bittradevid, và tính năng chính của nó là "Augment your ChatGPT prompts with relevant results from the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GPTWEB_by_BenB

Tải xuống các tệp mở rộng GPTWEB_by_BenB dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GPTWEB_by_BenB GPTWEB_by_BenB
ID imbmebocbbpgodpamfcdnocdbpahabfn
URL Chính Thức https://chrome.google.com/webstore/detail/gptwebbybenb/imbmebocbbpgodpamfcdnocdbpahabfn
Mô tả Augment your ChatGPT prompts with relevant results from the web.
Kích Thước Tệp 104 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-04-06
Ngày Phát Hành 2023-02-16
Nhà Phát Triển bittradevid
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nqpmedia.com/gptweb/
URL Trang Trợ Giúp https://nqpmedia.com/gptweb/
URL Trang Chính Sách Bảo Mật https://nqpmedia.com/politica-de-privacidad
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}