chatGPT-4 Browsing
Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
Co to jest chatGPT-4 Browsing?
chatGPT-4 Browsing to rozszerzenie Chrome opracowane przez yash.chitneni, a jego główną funkcją jest „Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia chatGPT-4 Browsing
Pobierz pliki rozszerzeń chatGPT-4 Browsing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | eiicieodjholpiokjkckchiodbbekfad |
| Oficjalny URL | https://chromewebstore.google.com/detail/chatgpt-4-browsing/eiicieodjholpiokjkckchiodbbekfad |
| Opis | Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com. |
| Rozmiar pliku | 15.68 KB |
| Liczba instalacji | 53 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2023-06-19 |
| Data Publikacji | 2023-06-18 |
| Ocena | 3.00/5 Łącznie 1 Oceny |
| Deweloper | yash.chitneni |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |