Bsky Volume Controls Firefox

Examine source code of Bsky Volume Controls

Inspect and view changes in Bsky Volume Controls source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Bsky Volume Controls",
  "description": "Adds a volume slider to videos on Bluesky (https://bsky.app).",
  "homepage_url": "https://github.com/rafaelsilva81/bsky-volume-controls",
  "version": "1.0.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "run_at": "document_idle",
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://bsky.app/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bskyvolumecontrols@rafadev.tech"
    }
  }
}

Best Bsky Volume Controls Alternatives

Here are some Firefox add-ons that are similar to Bsky Volume Controls: