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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://nqpmedia.com/gptweb/
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}