Bubber-O-Matic

Bubber-O-Matic

Replaces all images with images of Bubber.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Null4President",
  "name": "Bubber-O-Matic",
  "description": "Replaces all images with images of Bubber.",
  "icons": {
    "16": "Icon_16.png",
    "48": "Icon_48.png",
    "128": "Icon_128.png"
  },
  "version": "1.0.1",
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "background.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}