YouBlock

YouBlock

YouBlock removes all ads: pre-roll video ads, text & banner ads. Save time by stopping those useless advertisements.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "imgs/icon.png",
    "default_popup": "options.html",
    "default_title": "YouBlock"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/yte.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "scripts/fas.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "scripts/jquery.min.js",
        "scripts/fae.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "scripts/yt.js"
      ],
      "matches": [
        "*://www.youtube.com/video_getads/"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "scripts/yts.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/ 'unsafe-eval' ; object-src 'self'",
  "default_locale": "en_US",
  "description": "__MSG_description__",
  "homepage_url": "https://youblock.ru/",
  "icons": {
    "64": "imgs/icon.png"
  },
  "manifest_version": 2,
  "name": "YouBlock",
  "permissions": [
    "tabs",
    "webRequest",
    "*://*/*",
    "contextMenus",
    "webNavigation",
    "webRequestBlocking",
    "storage"
  ],
  "short_name": "YB",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}