Kitty

Kitty

Opens the Adult Cat Finder chat window on all http sites. http://adultcatfinder.com/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "background.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Opens the Adult Cat Finder chat window on all http sites. http://adultcatfinder.com/",
  "manifest_version": 2,
  "name": "Kitty",
  "icons": {
    "128": "icon128.png"
  },
  "version": "1.0.1"
}