Youtube Ad Auto-skipper Firefox

Examine source code of Youtube Ad Auto-skipper

Inspect and view changes in Youtube Ad Auto-skipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YouTube Ad Auto-skipper",
  "short_name": "YouTube Ad Auto-skipper",
  "description": "YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.",
  "manifest_version": 2,
  "version": "0.6.0",
  "author": "Shreya Dahal",
  "homepage_url": "https://github.com/squgeim/yt-ad-autoskipper",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "skipad.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "youtube_override.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "world": "MAIN"
    }
  ],
  "icons": {
    "128": "logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bd6b8f4a-b0c3-4d61-a0f8-5539d3df3959}"
    }
  }
}

Best Youtube Ad Auto-skipper Alternatives

Here are some Firefox add-ons that are similar to Youtube Ad Auto-skipper: