Spiders To Kittens (Image Replacer)

Spiders To Kittens (Image Replacer)

Block spider images from your daily browsing. This Add-On replaces pictures of spiders with cute kitten images. Please note that detection is based on keywords, so it might not catch everything. But it's pretty good. :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Spiders To Kittens (Image Replacer)",
  "version": "1.3",
  "description": "Replaces pictures of spiders with cute kitten pictures.",
  "icons": {
    "48": "icons/icon-48x48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "block-spiders.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "imgs/back.jpg",
    "imgs/blue-eyes.jpg",
    "imgs/bowl.jpg",
    "imgs/flower.jpg",
    "imgs/hidden-750x750.png",
    "imgs/hiding.jpg",
    "imgs/look.jpg",
    "imgs/looking-up.jpg",
    "imgs/paw.jpg",
    "imgs/rawr.jpg",
    "imgs/rawr2.jpg",
    "imgs/rug.jpg",
    "imgs/sleepy.jpg",
    "imgs/sleepy2.jpg",
    "imgs/surprised.jpg",
    "imgs/tiny.jpg",
    "imgs/tree.jpg",
    "imgs/two.jpg",
    "imgs/upside-down.jpg",
    "imgs/what.jpg",
    "imgs/white.jpg"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e16b3cef-f967-4ecc-8170-69f4e5bb42ed}"
    }
  }
}