Rock Hand

Rock Hand

Shows a rock hand cursor instead of the normal hand cursor on links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "js.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Shows a rock hand cursor instead of the normal hand cursor on links.",
  "manifest_version": 2,
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "name": "Rock Hand",
  "version": "1.1.4",
  "web_accessible_resources": [
    "rockhand.png"
  ]
}