AI Chat Enabler for bing.com

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

Cos'è AI Chat Enabler for bing.com?

AI Chat Enabler for bing.com è un'estensione di Chrome sviluppata da https://florisbrunet.com, e la sua funzione principale è "Emulate a different browser on bing.com to enable the AI Chat.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AI Chat Enabler for bing.com

Scarica i file di estensione AI Chat Enabler for bing.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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).                    

Informazioni di Base sull'Estensione

Nome AI Chat Enabler for bing.com AI Chat Enabler for bing.com
ID kapjhgdgjhmchacdmebckkkmidojlglc
URL Ufficiale https://chromewebstore.google.com/detail/ai-chat-enabler-for-bingc/kapjhgdgjhmchacdmebckkkmidojlglc
Descrizione Emulate a different browser on bing.com to enable the AI Chat.
Dimensione del File 21.27 KB
Conteggio Installazioni 2,353
Versione Corrente 1.1
Ultimo Aggiornamento 2023-12-13
Data di Pubblicazione 2023-07-13
Valutazione 4.37/5 Totale 19 Valutazioni
Sviluppatore https://florisbrunet.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/florisbrunet/AI-Chat-Enabler-for-bing.com
URL della Pagina di Aiuto https://github.com/florisbrunet/AI-Chat-Enabler-for-bing.com/issues
Lingue Supportate 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"
    }
}