Customizable Cursor Firefox

Examine source code of Customizable Cursor

Inspect and view changes in Customizable Cursor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Customizable Cursor",
  "version": "1.0",
  "description": "Customize your cursor with various effects or shapes.",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{760e2902-e8bf-482d-91d8-5334ebf9911b}"
    }
  }
}

최고의 Customizable Cursor 대안

다음은 Customizable Cursor과(와) 유사한 Firefox add-on입니다: