Sydney (Bing Chat) for Chrome

enable and default to bing chat in other browsers

Qu'est-ce que Sydney (Bing Chat) for Chrome ?

Sydney (Bing Chat) for Chrome est une extension Chrome développée par https://lucasjohnston.co.uk, et sa fonction principale est "enable and default to bing chat in other browsers".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sydney (Bing Chat) for Chrome

Téléchargez les fichiers d'extension Sydney (Bing Chat) for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Want access to Bing Chat but don't want to switch to Microsoft Edge?
Well, the clue is in the name. It does that.

This extension also defaults to using the Chat interface rather than Bing Search (because who actually uses Bing?? sorry bing)

A creation from Lettermark (https://lettermark.co.uk) ✨
Built by @lucasjohnston (https://twitter.com/lucasjohnston)                    

Informations de Base sur l'Extension

Nom Sydney (Bing Chat) for Chrome Sydney (Bing Chat) for Chrome
ID lainbmaibmhahhjcocbgfccjcefkkpcf
URL Officiel https://chromewebstore.google.com/detail/sydney-bing-chat-for-chro/lainbmaibmhahhjcocbgfccjcefkkpcf
Description enable and default to bing chat in other browsers
Taille du Fichier 458 KB
Nombre d'Installations 869
Version Actuelle 1.0
Dernière Mise à Jour 2023-02-22
Date de Publication 2023-02-20
Évaluation 4.00/5 Total 6 Évaluations
Développeur https://lucasjohnston.co.uk
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lucasjohnston.co.uk
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "Sydney (Bing Chat) for Chrome",
    "short_name": "sydney-for-chrome",
    "description": "enable and default to bing chat in other browsers",
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*.bing.com\/*",
        "https:\/\/*.bing.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.bing.com\/*",
                "https:\/\/*.bing.com\/*"
            ],
            "js": [
                "syringe.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "chrome_ua.json"
            }
        ]
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png",
        "512": "512.png",
        "1024": "1024.png"
    }
}