Auto Mute & Skip Firefox

Examine source code of Auto Mute & Skip

Inspect and view changes in Auto Mute & Skip source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Mute & Skip",
  "version": "1.0.2",
  "description": "Automatically skip YouTube ads and mute them. Latest update will shorted the ad length to 5 second",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "Popup.html",
    "default_icon": {
      "16": "icons/icon.png",
      "48": "icons/icon.png",
      "128": "icons/icon.png"
    }
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "anti.ads.mute.skip@gmail.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Auto Mute & Skip Alternatives

Here are some Firefox add-ons that are similar to Auto Mute & Skip: