Amplify – Tab Volume Control Firefox

Examine source code of Amplify – Tab Volume Control

By: rynmon
Inspect and view changes in Amplify – Tab Volume Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Amplify – Tab Volume Control",
  "version": "1.1.0",
  "description": "Boost volume up to 600% - Control and amplify audio on any tab with fine-grained control",
  "author": "Ryan Monaghan",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ryan@rynmon.ie",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Amplify – Tab Volume Control Alternatives

Here are some Firefox add-ons that are similar to Amplify – Tab Volume Control: