Cursors with Special Effects Firefox

Examine source code of Cursors with Special Effects

Inspect and view changes in Cursors with Special Effects source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_lngExtTitle__",
  "version": "1.0.0.1",
  "description": "__MSG_lngExtDescription__",
  "default_locale": "en",
  "permissions": [
    "scripting",
    "activeTab",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/content.css"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/effects/*.png",
    "cursors/*/*.cur",
    "cursors/*/*/*.png"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{86061af2-e1ce-4871-b942-d2300bccbd10}"
    }
  }
}

Best Cursors with Special Effects Alternatives

Here are some Firefox add-ons that are similar to Cursors with Special Effects: