Block Bot

Block Bot

A simple utility to disable bots that disturb you while accessing websites. For now it supports hiding Drift Bots, Intercom, and Hubspot. I'll add more based on the feedback.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Block Bot",
  "version": "1.3",
  "description": "A simple utility to disable bots that distub you while accessing websites.",
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content.css"
      ]
    }
  ]
}