Custom Cursor Firefox

Examine source code of Custom Cursor

제작자: Red88gg
Inspect and view changes in Custom Cursor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Cursor",
  "version": "1.0",
  "description": "Customize your mouse cursor on any webpage.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5f4ad8ad-d25f-4764-b1e3-4ce0295f3f31}"
    }
  }
}

최고의 Custom Cursor 대안

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