autoClick

I make clicks... for real. If you play idle/clicker games this one is for you. Just select a key in your keyboard and press it down for the mouse to left-click, and you can it pressed down for all the time you want.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "autoClick",
  "version": "1.1resigned1",
  "description": "I Make Clicks (by @mmoroca)",
  "icons": {
    "48": "icons/autoClick-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "autoClick.js"
      ]
    }
  ],
  "options_ui": {
    "page": "settings/options.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{00f493ab-5f80-4900-be9e-4f210d83bcfe}"
    }
  }
}