Instagram Volume Limiter Firefox

Examine source code of Instagram Volume Limiter

Inspect and view changes in Instagram Volume Limiter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Instagram Volume Limiter",
  "version": "1.6",
  "description": "Adjusts default volume for Instagram videos, with toggle, presets, and keyboard shortcuts.",
  "permissions": [
    "storage",
    "*://*.instagram.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-48.png"
    },
    "default_title": "Instagram Volume Control",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "volume-fix.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-48.png"
  },
  "commands": {
    "toggle-enabled": {
      "suggested_key": {
        "default": "Alt+Shift+T"
      },
      "description": "Eklentiyi Aç/Kapat"
    },
    "decrease-volume": {
      "suggested_key": {
        "default": "Alt+Shift+Down"
      },
      "description": "Sesi Azalt (%5)"
    },
    "increase-volume": {
      "suggested_key": {
        "default": "Alt+Shift+Up"
      },
      "description": "Sesi Artır (%5)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4d46ffdc-a9fd-41ec-8524-0b82c62bde30}"
    }
  }
}

Best Instagram Volume Limiter Alternatives

Here are some Firefox add-ons that are similar to Instagram Volume Limiter: