Typozer - Automatic typos

Typozer - Automatic typos

Automatically inserts a random typo every now and then. Install this to annoy your friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "jquery-2.1.1.min.js",
        "typozer.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Automatically inserts a random typo every now and then. Install this to annoy your friends.",
  "manifest_version": 2,
  "name": "Typozer - Automatic typos",
  "short_name": "Typozer",
  "version": "1.1",
  "icons": {
    "128": "logo128.png"
  }
}