Sydney (Bing Chat) for Chrome

enable and default to bing chat in other browsers

What is Sydney (Bing Chat) for Chrome?

Sydney (Bing Chat) for Chrome is a Chrome extension developed by https://lucasjohnston.co.uk, and its main feature is "enable and default to bing chat in other browsers".

Extension Screenshots

screenshot

Download Sydney (Bing Chat) for Chrome Extension CRX File

Download Sydney (Bing Chat) for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Sydney (Bing Chat) for Chrome Sydney (Bing Chat) for Chrome
ID lainbmaibmhahhjcocbgfccjcefkkpcf
Official URL https://chromewebstore.google.com/detail/sydney-bing-chat-for-chro/lainbmaibmhahhjcocbgfccjcefkkpcf
Description enable and default to bing chat in other browsers
File Size 458 KB
Installation Count 869
Current Version 1.0
Last Updated 2023-02-22
Publish Date 2023-02-20
Rating 4.00/5 Total 6 Ratings
Developer https://lucasjohnston.co.uk
Email [email protected]
Payment Type free
Extension Website https://lucasjohnston.co.uk
Supported Languages 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"
    }
}