Instagram Audio Control Firefox

Examine source code of Instagram Audio Control

Inspect and view changes in Instagram Audio Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Instagram Audio Control",
  "version": "1.0",
  "description": "Adjust audio volume for all videos on Instagram with a global slider.",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "*://*.instagram.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.svg",
    "default_title": "Instagram Volume"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "instagram-volume-control@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Instagram Audio Control Alternatives

Here are some Firefox add-ons that are similar to Instagram Audio Control: