YouTube Audio/Video Sync Firefox

Examine source code of YouTube Audio/Video Sync

Inspect and view changes in YouTube Audio/Video Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YouTube AV Sync",
  "version": "0.1.4",
  "manifest_version": 2,
  "description": "Fix wireless audio streaming delay for YouTube",
  "icons": {
    "19": "img/icon19.png",
    "38": "img/icon38.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "*://*.googlevideo.com/*",
    "*://*.youtube.com/*",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_title": "YouTube Audio/Video Sync"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "js/content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "html/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bbd943b3-425e-4212-8a1c-b7f43e08ad64}"
    }
  }
}

Best YouTube Audio/Video Sync Alternatives

Here are some Firefox add-ons that are similar to YouTube Audio/Video Sync: