LagSync - Bluetooth Audio Fix Firefox

Examine source code of LagSync - Bluetooth Audio Fix

By: Simon
Inspect and view changes in LagSync - Bluetooth Audio Fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LagSync - Bluetooth Audio Fix",
  "version": "1.2.1",
  "description": "Fix audio and video delay caused by Bluetooth latency. Sync your sound perfectly on YouTube, Netflix, and more.",
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup/index.html",
    "default_title": "Open LagSync Controls",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@lagsync.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "page_script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best LagSync - Bluetooth Audio Fix Alternatives

Here are some Firefox add-ons that are similar to LagSync - Bluetooth Audio Fix: