Link Hover & Click Sound Firefox

Examine source code of Link Hover & Click Sound

By: Vete
Inspect and view changes in Link Hover & Click Sound source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Hover & Click Sound",
  "version": "1.0",
  "description": "Plays a small sound on link hover and a different sound on click.",
  "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": "{a6866fad-8ad2-48e6-9d42-a028ab546218}"
    }
  }
}

Best Link Hover & Click Sound Alternatives

Here are some Firefox add-ons that are similar to Link Hover & Click Sound: