GPT YELLOW PAGE Sidebar -Free

GPT YELLOW PAGE Sidebar -Free

GPT YELLOW PAGE Sidebar GPT4-128K GPT4-Vision ChatGPT -Free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "GPT YELLOW PAGE Sidebar -Free",
  "version": "1.1.2",
  "description": "GPT YELLOW PAGE Sidebar GPT4-128K GPT4-Vision ChatGPT -Free",
  "minimum_chrome_version": "116",
  "background": {
    "service_worker": "service-worker.js"
  },
  "side_panel": {
    "default_path": "sidepanel-tab.html"
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "matches": [
        "https://www.google.com/*"
      ]
    }
  ],
  "permissions": [
    "sidePanel",
    "contextMenus"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}