ChatGPT Friend

ChatGPT powered Google search! Now you can get ChatGPT's intelligent and informative responses directly on any website.

Τι είναι το ChatGPT Friend;

Το ChatGPT Friend είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sandra.fish1991, και η κύρια λειτουργία του είναι "ChatGPT powered Google search! Now you can get ChatGPT's intelligent and informative responses directly on any website.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT Friend

Λήψη αρχείων επέκτασης ChatGPT Friend σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ChatGPT Friend, the ultimate browser extension for anyone seeking fast and accurate information. Powered by OpenAI's state-of-the-art language model, ChatGPT Friend brings advanced AI technology directly to your fingertips.

With ChatGPT Friend, you'll never have to waste time scrolling through countless search engine results again. Instead, you'll see ChatGPT's response right alongside your regular search engine results, allowing you to quickly and easily find the information you need.

ChatGPT Friend integrates Chat GPT helper button onto any website and provides you with instant, helpful responses to any inquiries. Chat directly with the AI model, allowing you to ask questions and get answers in a natural, human-like way. And with support for all popular search engines, including Google, Bing, and DuckDuckGo, you'll be able to access ChatGPT Friend no matter which search engine you prefer.

Other features include the ability to provide feedback to improve ChatGPT Friend, custom trigger mode, and the ability to copy responses to your clipboard. And with ChatGPT advanced technology, you can be sure you're always getting the most accurate and up-to-date information available.

To get started, simply install ChatGPT Friend as a browser extension and log in to the chat.openai.com portal. From there, you can start asking questions and getting answers right away. And if you ever encounter any issues, our support team is always here to help.

Please note that ChatGPT Friend does not support or endorse the use of other ChatGPT extensions in parallel. To ensure the best experience, please uninstall any other ChatGPT extensions before installing ChatGPT Friend.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatGPT Friend ChatGPT Friend
ID mlkjjjmhjijlmafgjlpkiobpdocdbncj
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-friend/mlkjjjmhjijlmafgjlpkiobpdocdbncj
Περιγραφή ChatGPT powered Google search! Now you can get ChatGPT's intelligent and informative responses directly on any website.
Μέγεθος Αρχείου 925 KB
Αριθμός Εγκαταστάσεων 565,958
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-04-14
Ημερομηνία Δημοσίευσης 2023-03-26
Αξιολόγηση 4.70/5 Συνολικά 162 Αξιολογήσεις
Προγραμματιστής sandra.fish1991
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/gpthelper/in%C3%ADcio
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appName__",
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "css": [
                ".\/static\/css\/content.css"
            ],
            "all_frames": false
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/chat.openai.com\/chat"
            ],
            "js": [
                ".\/static\/js\/contentFromGPT.js"
            ],
            "css": [
                ".\/styles\/gptc.css"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "64": "icons\/64.png",
            "32": "icons\/32.png",
            "16": "icons\/16.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/128.png",
        "64": "icons\/64.png",
        "32": "icons\/32.png",
        "16": "icons\/16.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "webRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "1.0.2"
}