Psycho-Kitten

Psycho-Kitten

Turn Psycho-Babble spam into cat-speak

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Psycho-Kitten",
  "short_name": "Psycho-Kitty",
  "description": "Turn Psycho-Babble spam into cat-speak",
  "version": "0.0.1",
  "icons": {
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.dr-bob.org/babble/*"
      ],
      "js": [
        "content.js",
        "embed.js"
      ],
      "run_at": "document_end"
    }
  ]
}