Dubizzle.eg Ad Remover

Dubizzle.eg Ad Remover

A simple Chrome extension that removes ads and "featured" products from search results.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dubizzle.eg Ad Remover",
  "version": "1.0.0",
  "manifest_version": 3,
  "description": "A simple Chrome extension that removes ads and \"featured\" products from search results.",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.dubizzle.com.eg/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "host_permissions": [
    "*://www.dubizzle.com.eg/*"
  ],
  "author": "Mido315",
  "homepage_url": "https://github.com/Mido3152"
}