Broker Buster

Broker Buster

Block and report real estate agents or brokers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Broker Buster",
  "manifest_version": 3,
  "version": "1.36.15",
  "host_permissions": [
    "https://web.whatsapp.com/",
    "https://www.brokerbuster.com/downloads/bb-dump.json"
  ],
  "description": "Block and report real estate agents or brokers.",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "activeTab"
  ],
  "options_page": "config-page/config-page.html",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "logos/16x16.png",
    "32": "logos/32x32.png",
    "48": "logos/48x48.png",
    "128": "logos/128x128.png"
  },
  "action": {
    "default_icon": {
      "16": "logos/16x16.png",
      "32": "logos/32x32.png"
    },
    "default_popup": "popup/popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "logos/16x16.png",
        "logos/32x32.png",
        "logos/48x48.png",
        "zombies.png",
        "broker-buster.svg",
        "cage.png"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    },
    {
      "resources": [
        "logos/48x48.png",
        "zombies.png",
        "broker-buster.svg",
        "cage.png"
      ],
      "matches": [
        "https://dubailand.gov.ae/*",
        "https://consumerrights.ae/*",
        "https://myaccount.du.ae/*",
        "https://www.virginmobile.ae/*",
        "https://www.etisalat.ae/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "css": [
        "./content-scripts/whatsapp.content-script.css",
        "./content-scripts/loading-common.css",
        "./content-scripts/loading-chrome.css"
      ],
      "js": [
        "./content-scripts/whatsapp.content-script.js"
      ]
    },
    {
      "matches": [
        "https://dubailand.gov.ae/en/eservices/rvs-violation-complaint-overview/*"
      ],
      "css": [
        "./content-scripts/reporting-common.css",
        "./content-scripts/loading-common.css",
        "./content-scripts/loading-chrome.css"
      ],
      "js": [
        "./content-scripts/dubailand-rvs-violation.content-script.js"
      ]
    },
    {
      "matches": [
        "https://dubailand.gov.ae/en/eservices/report-malicious-calls/*"
      ],
      "css": [
        "./content-scripts/reporting-common.css",
        "./content-scripts/loading-common.css",
        "./content-scripts/loading-chrome.css"
      ],
      "js": [
        "./content-scripts/dubailand-malicious-calls.content-script.js"
      ]
    },
    {
      "matches": [
        "https://consumerrights.ae/*"
      ],
      "css": [
        "./content-scripts/reporting-common.css",
        "./content-scripts/loading-common.css",
        "./content-scripts/loading-chrome.css"
      ],
      "js": [
        "./content-scripts/dubai-disturbing-calls.content-script.js"
      ]
    },
    {
      "matches": [
        "https://myaccount.du.ae/*"
      ],
      "css": [
        "./content-scripts/reporting-common.css",
        "./content-scripts/loading-common.css",
        "./content-scripts/loading-chrome.css"
      ],
      "js": [
        "./content-scripts/du-ae-spam-calls.content-script.js"
      ]
    },
    {
      "matches": [
        "https://www.virginmobile.ae/dncr/*"
      ],
      "css": [
        "./content-scripts/reporting-common.css",
        "./content-scripts/loading-common.css",
        "./content-scripts/loading-chrome.css"
      ],
      "js": [
        "./content-scripts/virgin-mobile-ae.content-script.js"
      ]
    },
    {
      "matches": [
        "https://www.etisalat.ae/b2c/eshop/*"
      ],
      "css": [
        "./content-scripts/reporting-common.css",
        "./content-scripts/loading-common.css",
        "./content-scripts/loading-chrome.css"
      ],
      "js": [
        "./content-scripts/etisalat-ae.content-script.js"
      ]
    }
  ]
}