Google AI Overview Scraper Firefox

Examine source code of Google AI Overview Scraper

By: BalaK
Inspect and view changes in Google AI Overview Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Google AI Overview Scraper",
  "version": "2.8",
  "description": "Extracts Google AI Overviews as structured markdown via a local MCP server",
  "browser_specific_settings": {
    "gecko": {
      "id": "google-ai-overview-scraper@balakumar.dev",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "scripting",
    "alarms",
    "storage"
  ],
  "host_permissions": [
    "https://www.google.com/*",
    "http://localhost/*",
    "http://127.0.0.1/*",
    "http://[::1]/*",
    "https://localhost/*",
    "https://127.0.0.1/*",
    "https://[::1]/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Google AI Scraper"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*"
      ],
      "js": [
        "lib/turndown.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Google AI Overview Scraper Alternatives

Here are some Firefox add-ons that are similar to Google AI Overview Scraper: