Crosshairify - Changes Cursor

Crosshairify - Changes Cursor

Makes a cross-hair the default cursor. To disable just click 'disable'. This addon is designed to be very light and have very little impact on your web browser. Crosshairify changes the cursor style.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Crosshairify",
  "version": "1.1resigned1",
  "description": "Makes a crosshair the deafult cursor. To disable just click 'disable'",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "crosshair.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{934d7eea-24fd-4159-8897-7feb155601f8}"
    }
  }
}