Tab Volume Control - No Ads/Tracking Firefox

Examine source code of Tab Volume Control - No Ads/Tracking

By: Lucas
Inspect and view changes in Tab Volume Control - No Ads/Tracking source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Volume Control - No Ads/Tracking",
  "version": "1.0.0",
  "description": "Boost or lower the volume of individual tabs, up to 600%, without affecting other tabs. Lightweight, with no ads, no tracking, and no network access.",
  "author": "407 Dev",
  "homepage_url": "https://407.dev",
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-volume-control@407.dev",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {}
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_title": "Tab Volume Control",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  }
}

Best Tab Volume Control - No Ads/Tracking Alternatives

Here are some Firefox add-ons that are similar to Tab Volume Control - No Ads/Tracking: