Tab Switcher Sound Firefox

Examine source code of Tab Switcher Sound

By: Zozo
Inspect and view changes in Tab Switcher Sound source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Switcher Sound",
  "version": "1.0",
  "description": "Plays a short whoosh or instrument sound when you switch tabs.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{50b7bb30-1167-4f54-addc-798d7f56716f}"
    }
  }
}

Best Tab Switcher Sound Alternatives

Here are some Firefox add-ons that are similar to Tab Switcher Sound: