Zaboomafoo

Zaboomafoo

Chrome Extension that replaces all images with a hilarious Zaboomafoo

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zaboomafoo",
  "version": "0.1.0",
  "description": "Chrome Extension that replaces all images with a hilarious Zaboomafoo",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Zaboomafoo.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "res/*"
  ]
}