Sydney (Bing Chat) for Chrome

enable and default to bing chat in other browsers

Wat is Sydney (Bing Chat) for Chrome?

Sydney (Bing Chat) for Chrome is een Chrome-extensie ontwikkeld door https://lucasjohnston.co.uk, en de belangrijkste functie is "enable and default to bing chat in other browsers".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sydney (Bing Chat) for Chrome

Download Sydney (Bing Chat) for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Sydney (Bing Chat) for Chrome Sydney (Bing Chat) for Chrome
ID lainbmaibmhahhjcocbgfccjcefkkpcf
Officiële URL https://chromewebstore.google.com/detail/sydney-bing-chat-for-chro/lainbmaibmhahhjcocbgfccjcefkkpcf
Beschrijving enable and default to bing chat in other browsers
Bestandsgrootte 458 KB
Aantal Installaties 869
Huidige Versie 1.0
Laatst Bijgewerkt 2023-02-22
Publicatiedatum 2023-02-20
Beoordeling 4.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://lucasjohnston.co.uk
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://lucasjohnston.co.uk
Ondersteunde Talen 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"
    }
}