ADS Stopper For Youtube | Youtube ADS Stopper

ADS Stopper For Youtube | Youtube ADS Stopper

Youtube ADS Stopper is auto ad skip, youtube ad blocker, hides ad banners.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "enabled": true,
        "id": "youtube",
        "path": "rules/youtube.json"
      }
    ]
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/i16.png",
    "19": "icons/i19.png",
    "32": "icons/i32.png",
    "38": "icons/i38.png",
    "128": "icons/i128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "resources": [
        "scriptlets.js"
      ]
    }
  ],
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "storage",
    "scripting",
    "tabs"
  ],
  "short_name": "YouADSStop",
  "version": "1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}