Audio Cursor Trail Firefox

Examine source code of Audio Cursor Trail

By: Ahmed
Inspect and view changes in Audio Cursor Trail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Audio Cursor Trail",
  "version": "1.0",
  "description": "Plays short 'beep' sounds while you move the mouse. Faster movement => higher pitch.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7776ad30-9255-48ec-af78-17f7829a31b1}"
    }
  }
}

Best Audio Cursor Trail Alternatives

Here are some Firefox add-ons that are similar to Audio Cursor Trail: