No Kijiji Ads

No Kijiji Ads

Remove the ads from the search results on kijiji.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "No Kijiji Ads",
  "version": "1",
  "author": "Jim Kemper",
  "description": "Remove the ads from the search results on kijiji.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "*://www.kijiji.*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}