Speed Ads Firefox

Examine source code of Speed Ads

Inspect and view changes in Speed Ads source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Speed Ads",
  "description": "Auto-adjusts YouTube ads to 16x speed.",
  "version": "1.1",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Speed Ads",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "applications": {
    "gecko": {
      "id": "speedads@firefox.com",
      "strict_min_version": "68.0"
    }
  }
}

Best Speed Ads Alternatives

Here are some Firefox add-ons that are similar to Speed Ads: