Bing Chat For Chrome Bing Unchained
Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained
Qu'est-ce que Bing Chat For Chrome Bing Unchained ?
Bing Chat For Chrome Bing Unchained est une extension Chrome développée par Bing Chat, et sa fonction principale est "Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bing Chat For Chrome Bing Unchained
Téléchargez les fichiers d'extension Bing Chat For Chrome Bing Unchained 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
Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained Bing AI Chat in Chrome
Informations de Base sur l'Extension
Nom | Bing Chat For Chrome Bing Unchained |
ID | jfeemlljlgfhbahdlpjaldohmlgjdkik |
URL Officiel | https://chromewebstore.google.com/detail/bing-chat-for-chrome-bing/jfeemlljlgfhbahdlpjaldohmlgjdkik |
Description | Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained |
Taille du Fichier | 23.38 KB |
Nombre d'Installations | 468 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2023-08-23 |
Date de Publication | 2023-08-23 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Bing Chat |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | id,en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "action": [], "background": { "service_worker": "background.js" }, "commands": { "open-bing": { "description": "Bing Chat" } }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/*.bing.com\/search*" ] } ], "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "modify_ua_header", "path": "rules.json" } ] }, "default_locale": "en", "description": "__MSG_appDesc__", "host_permissions": [ "https:\/\/*.bing.com\/*", "https:\/\/app-how-to-use-it.com\/*" ], "icons": { "128": "logo.png", "16": "logo.png", "32": "logo.png", "48": "logo.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "storage", "declarativeNetRequest" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |