BingChatAnywhere
Enable Bing Chat on unsupported browsers!
Qu'est-ce que BingChatAnywhere ?
BingChatAnywhere est une extension Chrome développée par bulkypanda, et sa fonction principale est "Enable Bing Chat on unsupported browsers!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BingChatAnywhere
Téléchargez les fichiers d'extension BingChatAnywhere 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
Bing Chat is currently accessible only on Microsoft Edge. This extension allows you to access Bing Chat on unsupported browsers. This extension works only on chromium browsers (Chrome, Opera, Brave, Vivaldi etc.) This extension only works if you have access to Bing Chat on your Microsoft Account. Bing Chat can access the web and gives you access to GPT-4 at no cost. https://github.com/bulkypanda/BingChatAnywhere
Informations de Base sur l'Extension
Nom | BingChatAnywhere |
ID | pgmomcbgjgohbiagkkkcmhflipkllggi |
URL Officiel | https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi |
Description | Enable Bing Chat on unsupported browsers! |
Taille du Fichier | 56.41 KB |
Nombre d'Installations | 277 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2023-04-21 |
Date de Publication | 2023-04-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | bulkypanda |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/bulkypanda/BingChatAnywhere |
Langues Prises en Charge | en |
manifest.json | |
{ "name": "BingChatAnywhere", "version": "1.2.0", "description": "Enable Bing Chat on unsupported browsers!", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "https:\/\/*.bing.com\/*" ], "action": { "default_popup": "popup.html" }, "icons": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "1", "enabled": true, "path": "rules.json" } ] }, "manifest_version": 3 } |