Mike Adblock For Youtube | Youtube Ad Blocker

Mike Adblock For Youtube | Youtube Ad Blocker

Mike Adblock For Youtube is auto ad skip for youtube, youtube ad blocker, hides ad banner in youtube home screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "icons/i16.png",
      "19": "icons/i19.png",
      "32": "icons/i32.png",
      "38": "icons/i38.png",
      "128": "icons/i128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Options"
  },
  "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"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "storage",
    "scripting",
    "tabs"
  ],
  "short_name": "MikeAdblock",
  "version": "7.0.7",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "resources": [
        "scriptlets.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}