chatGPT-4 Browsing
Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
ما هو chatGPT-4 Browsing؟
chatGPT-4 Browsing هو إضافة Chrome تم تطويرها بواسطة yash.chitneni، والميزة الرئيسية لها هي "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة chatGPT-4 Browsing
قم بتنزيل ملفات الامتداد chatGPT-4 Browsing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | eiicieodjholpiokjkckchiodbbekfad | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatgpt-4-browsing/eiicieodjholpiokjkckchiodbbekfad | 
| الوصف | Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com. | 
| حجم الملف | 15.68 KB | 
| عدد التثبيتات | 53 | 
| النسخة الحالية | 1.0 | 
| آخر تحديث | 2023-06-19 | 
| تاريخ النشر | 2023-06-18 | 
| تقييم | 3.00/5 مجموع تقييمات 1 | 
| المطور | yash.chitneni | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| اللغات المدعومة | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "chatGPT-4 Browsing",
    "version": "1.0",
    "description": "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}  |  |