GPTWEB_by_BenB

Augment your ChatGPT prompts with relevant results from the web.

GPTWEB_by_BenBคืออะไร?

GPTWEB_by_BenB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bittradevid และคุณลักษณะหลักของมันคือ "Augment your ChatGPT prompts with relevant results from the web."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPTWEB_by_BenB

ดาวน์โหลดไฟล์ส่วนขยาย GPTWEB_by_BenB ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GPTWEB_by_BenB GPTWEB_by_BenB
ID imbmebocbbpgodpamfcdnocdbpahabfn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gptwebbybenb/imbmebocbbpgodpamfcdnocdbpahabfn
คำอธิบาย Augment your ChatGPT prompts with relevant results from the web.
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-04-06
วันที่เผยแพร่ 2023-02-16
ผู้พัฒนา bittradevid
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nqpmedia.com/gptweb/
URL หน้าช่วยเหลือ https://nqpmedia.com/gptweb/
URL หน้านโยบายความเป็นส่วนตัว https://nqpmedia.com/politica-de-privacidad
ภาษาที่รองรับ 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\/*"
            ]
        }
    ]
}