Sound Amplifier Firefox

Examine source code of Sound Amplifier

By: Mason
Inspect and view changes in Sound Amplifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "commands": {
    "increase_volume": {
      "suggested_key": {
        "default": "Ctrl+Shift+Up"
      },
      "description": "Increase volume"
    },
    "decrease_volume": {
      "suggested_key": {
        "default": "Ctrl+Shift+Down"
      },
      "description": "Decrease volume"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{914ee5e5-790d-4413-8803-43f668f6b212}"
    }
  }
}

Best Sound Amplifier Alternatives

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