Bye Bye AI Firefox

Examine source code of Bye Bye AI

Inspect and view changes in Bye Bye AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Bye Bye AI",
  "description": "Removes Google's AI Overview feature from searches",
  "version": "1.0",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "ByeByeAI@samrohrbach.space"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "20": "icons/20.png",
    "24": "icons/24.png",
    "32": "icons/32.png",
    "40": "icons/40.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "96": "icons/96.png",
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.google.com/*",
        "https://*.google.com/*"
      ],
      "js": [
        "removinator.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ]
}

Best Bye Bye AI Alternatives

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