Bing AI Anywhere - GPT 4

Bing AI Anywhere - GPT 4

This extension will help you using us Bing Ai on Chrome with popup and website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "description": "This extension will help you using us Bing Ai on Chrome with popup and website",
  "host_permissions": [
    "https://*.bing.com/*"
  ],
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "name": "Bing AI Anywhere - GPT 4",
  "permissions": [
    "declarativeNetRequest",
    "<all_urls>"
  ],
  "version": "1.1.1"
}