KittenHoldit

KittenHoldit

Replaces all images on all pages with kittens.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "jquery-1.8.0.min.js",
        "background.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "imgs/*.jpg"
  ],
  "description": "Replaces all images on all pages with kittens.",
  "icons": {
    "128": "logo128.png"
  },
  "manifest_version": 2,
  "name": "KittenHoldit",
  "version": "0.2"
}