AI Overviews Extractor Firefox

Examine source code of AI Overviews Extractor

By: Roman
Inspect and view changes in AI Overviews Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Overview Extractor",
  "version": "1.0.8",
  "description": "Extract AI Overviews content from Google Search to Markdown format",
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-overview-extractor@rozenberger.com"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://www.google.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/search*"
      ],
      "js": [
        "src/turndown.js",
        "src/webhook-manager.js",
        "src/settings-manager.js",
        "src/automation-state-machine.js",
        "src/automation-circuit-breaker.js",
        "src/container-detection-manager.js",
        "src/auto-expander-overviews.js",
        "src/auto-expander-sources.js",
        "src/auto-webhook.js",
        "src/content-extractor.js",
        "src/markdown-generator.js",
        "src/ui-manager.js",
        "src/extraction-orchestrator.js",
        "src/content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "src/popup.html",
    "default_title": "AI Overview Extractor Settings"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "*://www.google.com/*"
      ]
    }
  ],
  "author": "Roman Rozenberger",
  "homepage_url": "https://github.com/romek-rozen/ai-overview-extractor"
}

Best AI Overviews Extractor Alternatives

Here are some Firefox add-ons that are similar to AI Overviews Extractor: