AI Chat Enabler for bing.com

Emulate a different browser on bing.com to enable the AI Chat.

Τι είναι το AI Chat Enabler for bing.com;

Το AI Chat Enabler for bing.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://florisbrunet.com, και η κύρια λειτουργία του είναι "Emulate a different browser on bing.com to enable the AI Chat.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AI Chat Enabler for bing.com

Λήψη αρχείων επέκτασης AI Chat Enabler for bing.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension makes bing.com think you are using a different browser by changing multiple User Agent headers, allowing the use of the AI Chat. No setup needed, installing the extension is enough. Clicking the extension icon will open the AI Chat.

This extension is not affiliated with, endorsed, or sponsored by Microsoft Corporation or Bing. All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

Icon by Icons8 (https://icons8.com/).

No data is collected (feel free to check the source).                    

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

Όνομα AI Chat Enabler for bing.com AI Chat Enabler for bing.com
ID kapjhgdgjhmchacdmebckkkmidojlglc
Επίσημο URL https://chromewebstore.google.com/detail/ai-chat-enabler-for-bingc/kapjhgdgjhmchacdmebckkkmidojlglc
Περιγραφή Emulate a different browser on bing.com to enable the AI Chat.
Μέγεθος Αρχείου 21.27 KB
Αριθμός Εγκαταστάσεων 2,353
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-12-13
Ημερομηνία Δημοσίευσης 2023-07-13
Αξιολόγηση 4.37/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής https://florisbrunet.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/florisbrunet/AI-Chat-Enabler-for-bing.com
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/florisbrunet/AI-Chat-Enabler-for-bing.com/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Chat Enabler for bing.com",
    "description": "Emulate a different browser on bing.com to enable the AI Chat.",
    "version": "1.1",
    "permissions": [
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "host_permissions": [
        "https:\/\/*.bing.com\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}